Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add right-click context menu #1

Open
nbeaver opened this issue Jun 25, 2019 · 0 comments
Open

Add right-click context menu #1

nbeaver opened this issue Jun 25, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@nbeaver
Copy link
Owner

nbeaver commented Jun 25, 2019

In addition to a toolbar icon, it would be helpful if one could save a link by right-clicking and selecting an option from the context menu. Links to relevant documentation:

https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/menus

https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/user_interface/Context_menu_items

Note that this will require additional permissions such as menus and contextMenus:

https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/permissions

and could be complicated if the user right-clicks on a tab that is not active:

https://bugzilla.mozilla.org/show_bug.cgi?id=1446956

@nbeaver nbeaver added the enhancement New feature or request label Jun 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant