Any plans to implement "tab" context menu? #326
Labels
enhancement
Enhancement or change to an existing feature
implemented: firefox
Implemented in Firefox
implemented: safari
Implemented in Safari
inconsistency
Inconsistent behavior across browsers
question
Further information is requested
supportive: chrome
Supportive from Chrome
"tab" context menu is only implemented in Firefox. Are Chrome and Safari supportive of this API? If not, are there any issues with it?
https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/menus/ContextType
I'm working on an extension that auto-archives old tabs. It also has an option to manually archive (close and save the state) and unload (discard) a tab. These actions should really be context menu items for a tab, but currently, I have to use "action"/"page_action" instead.
The text was updated successfully, but these errors were encountered: