You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When opening the plugin's popup.html, the console outputs an error mentioning duplicate IDs. This is because options.js repeatedly calls the "context menu" options, every time the popup is opened by the user.
Move the context menu options from options.js to a new file called background.js.
in manifest.json, call background.js instead of popup.html in the "background" section of the json.
The text was updated successfully, but these errors were encountered:
When opening the plugin's popup.html, the console outputs an error mentioning duplicate IDs. This is because options.js repeatedly calls the "context menu" options, every time the popup is opened by the user.
The text was updated successfully, but these errors were encountered: