mirror of
https://github.com/He4eT/tabswitcher.git
synced 2026-05-04 17:07:23 +00:00
3 lines
95 B
JavaScript
3 lines
95 B
JavaScript
export const registerTab = () => {
|
|
browser.runtime.sendMessage({action: 'registerSender'})
|
|
}
|