web/src/extension/popup.js

6 lines
118 B
JavaScript
Raw Normal View History

2021-02-07 19:35:26 +00:00
const bs = chrome || browser
bs.tabs.create({
url: bs.runtime.getURL('./index.html')
}, tab => console.log(tab))