mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 04:26:35 +02:00
parent
7cfc43194a
commit
1fb7f7991b
4 changed files with 112 additions and 1 deletions
|
@ -26,6 +26,13 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
label: "faq",
|
||||
icon: browser.extension.getURL("icons/browserAction-faq.svg"),
|
||||
action: function(){
|
||||
window.open("https://canvasblocker.kkapsner.de/faq/", "_blank");
|
||||
}
|
||||
},
|
||||
{
|
||||
label: "test",
|
||||
advanced: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue