Copy Tab URL 作者: 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.
您需要 Firefox 来使用此扩展
扩展元数据
关于此扩展
Copy Tab URL is a WebExt-based Firefox add-on that allows users to copy the URL of a tab from the context menu.
开发者留言
为您的体验打分
权限详细了解
此附加组件需要:
- 输入数据到剪贴板
- 存取浏览器标签页
更多信息
添加到收藏集
MarsCat 制作的更多扩展
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分
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