Par : EvilUrge
Inspect and view changes in Quick URL Copy source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Quick URL Copy",
"version": "1.0.0",
"description": "Copy the current tab's URL to clipboard with Cmd+Shift+U (Mac) or Ctrl+Shift+U (Windows)",
"author": "Gilad Maoz",
"homepage_url": "https://github.com/evilurge/quick-url-copy",
"permissions": [
"activeTab",
"notifications",
"clipboardWrite"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"commands": {
"copy-url": {
"suggested_key": {
"default": "Ctrl+Shift+U",
"mac": "Command+Shift+U"
},
"description": "Copy current tab URL to clipboard"
}
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{a6b9aefe-c277-42aa-8702-1575d4a7dcbb}"
}
}
} Meilleures alternatives Quick URL Copy
Voici quelques Firefox add-ons qui sont similaires à Quick URL Copy :
Copy URL with Keyboard
Nick Tassone
Quick Copy & Highlight
GD365
Arc Like Copy Link
uday_699
CopyLink Pro
MediaSmart
Quick Copy
Kèo Nhà Cái 88
Quick Copy URL
Rafael Apocalypse
Quick Copy URL
vantezzen
Quick URL Copy
Rob Anderson
OneClickUrl2Clipboard
m1nified
ClipFast
Kxvin
Copy Selected Tabs URLs
Yunus
Copy Tab URLs
Firefox user 13243341