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?