mirror of
https://git.um-react.app/um/web.git
synced 2025-12-13 02:33:01 +00:00
3 lines
117 B
JavaScript
3 lines
117 B
JavaScript
const bs = chrome || browser;
|
|
bs.tabs.create({ url: bs.runtime.getURL('./index.html') }, (tab) => console.log(tab));
|