Copy Tab URL by MarsCat
Copy Tab URL is a WebExt-based Firefox add-on that allows users to copy the URL of a tab from the context menu.
Requires dom.event.clipboardevents.enabled to be enabled.
You'll need Firefox to use this extension
Extension Metadata
About this extension
Copy Tab URL is a WebExt-based Firefox add-on that allows users to copy the URL of a tab from the context menu.
Developer comments
Rate your experience
PermissionsLearn more
This add-on needs to:
- Input data to the clipboard
- Access browser tabs
More information
- Add-on Links
- Version
- 0.2resigned1
- Size
- 9.39 KB
- Last updated
- 8 months ago (Apr 25, 2024)
- Related Categories
- License
- Mozilla Public License 2.0
- Version History
Add to collection
More extensions by MarsCat
- There are no ratings yet
- There are no ratings yet
- There are no ratings yet
- There are no ratings yet
- There are no ratings yet
- There are no ratings yet
Context menu item positioning
This is a limitation of the API, since add-ons can't choose where menu items are positioned. Hopefully this will be changed in future versions of the WebExt API.
Sources
This add-on was built based on the following sources:
https://github.com/mdn/webextensions-examples/blob/master/context-menu-copy-link-with-types/background.js
https://github.com/mdn/webextensions-examples/blob/master/context-menu-copy-link-with-types/clipboard-helper.js