3

So most Google Chrome Extension have an "Options" Page, which is navigable by right-clicking on the extension icon.

Is it possible to add another entry to that right-click menu? Just when you're right-clicking your extension icon, not adding to the browser context menu in general.

For example under the "Options" option have an "Enable/Disable Alerts" option which changes dynamically between "Enable Alerts" and "Disable Alerts"

Or is this only possible by adding to the general right-click browser context menu using the ContextMenu APIs?

Fyresoul
  • 116
  • 4
  • Similar questions, with answers: 1. https://stackoverflow.com/questions/36715370/add-more-custom-option-for-a-chrome-extension-context-menu 2. https://stackoverflow.com/questions/12083638/add-right-click-option-to-chrome-extensions-icon 3. https://stackoverflow.com/questions/19468429/add-contextmenu-items-to-a-chrome-extensions-browser-action-button – jkdev Jan 01 '21 at 02:51

1 Answers1

-1

Till date it is only possible to add Context Menu within Browser View Port.

Sudarshan
  • 18,140
  • 7
  • 53
  • 61