mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
Added "review" in browser action popup
This commit is contained in:
parent
05a3429dbe
commit
c2c916dd92
5 changed files with 92 additions and 1 deletions
|
@ -32,6 +32,13 @@
|
|||
window.open("https://canvasblocker.kkapsner.de/test", "_blank");
|
||||
}
|
||||
},
|
||||
{
|
||||
label: "review",
|
||||
icon: browser.extension.getURL("icons/browserAction-review.svg"),
|
||||
action: function(){
|
||||
window.open("https://addons.mozilla.org/de/firefox/addon/canvasblocker/reviews/", "_blank");
|
||||
}
|
||||
},
|
||||
{
|
||||
label: "reportIssue",
|
||||
icon: browser.extension.getURL("icons/browserAction-reportIssue.svg"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue