mirror of
https://github.com/He4eT/tabswitcher.git
synced 2026-05-04 17:07:23 +00:00
background.js: init
This commit is contained in:
parent
bb4c82deac
commit
b6a89a2713
2 changed files with 7 additions and 0 deletions
4
background.js
Normal file
4
background.js
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
browser.action.onClicked.addListener((() =>
|
||||
browser.tabs.create({
|
||||
url: 'https://oddsquat.org'
|
||||
})))
|
||||
Loading…
Add table
Add a link
Reference in a new issue