Have extension icon change color by what tab is open to indicate whether its enabled or not #29
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
https://github.com/classvsoftware/example-chrome-extension/blob/master/components/modify-toolbar-icon/modify-toolbar-icon.js
Here's an example of this being done for Chrome with background scripts, which have been deprecated with Manifest V3.
Update: only Chrome works with service workers. Firefox wants background pages still.
Here is a service worker version of this, for reference.