We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
onTabActivated
Take it from:
https://github.com/fregante/webext-domain-permission-toggle/blob/8aa73fe07aa7375b6c6718537ca5532cc6683af9/index.ts#L247-L256
https://github.com/fregante/webext-tools/blob/c8489a1373f3d3522ed2ee0e2204ce370e67ac33/source/set-action-popup.ts#L42-L51
Basically a listener that is called when the "current window" is changed so that these can be updated related to the tab/URL:
action
sidePanel
contextMenus
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Take it from:
https://github.com/fregante/webext-domain-permission-toggle/blob/8aa73fe07aa7375b6c6718537ca5532cc6683af9/index.ts#L247-L256
https://github.com/fregante/webext-tools/blob/c8489a1373f3d3522ed2ee0e2204ce370e67ac33/source/set-action-popup.ts#L42-L51
Basically a listener that is called when the "current window" is changed so that these can be updated related to the tab/URL:
action
settingssidePanel
settingscontextMenus
settingsThe text was updated successfully, but these errors were encountered: