wip: toolbar icon
This commit is contained in:
parent
0be4526c4c
commit
0c8ce940a8
3 changed files with 18 additions and 3 deletions
3
background.js
Normal file
3
background.js
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
browser.browserAction.onClicked.addListener((tab) => {
|
||||
console.log(tab.url);
|
||||
});
|
||||
Reference in a new issue