Inspect and view changes in Copy URL Override source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Copy URL Override",
"version": "1.0",
"description": "Overrides Cmd+Shift+C to copy the current tab URL instead of opening DevTools.",
"permissions": [
"clipboardWrite",
"activeTab"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"commands": {
"copy-url": {
"suggested_key": {
"default": "Ctrl+Shift+C",
"mac": "MacCtrl+Shift+C"
},
"description": "Copy current tab URL to clipboard"
}
},
"browser_specific_settings": {
"gecko": {
"id": "better-firefox@iamrega.com",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} Best Copy URL Override Alternatives
Here are some Firefox add-ons that are similar to Copy URL Override:
Copy Current URL
Vito Sartori
Copy tab URL shortcut
Tim de Booij
Copy Current URLc
Abc8 Casino
Copy URL to Clipboard
noxan
Copy url to clipboard
Aleksander
Copy URL with Ctrl+Shift+C
RadioactiveHydra
Copy Tab URL
MarsCat
CopyLink Pro
MediaSmart
Copy current URL shortcut
kooler
currenturlcopybutton
aki_lua87
Copy Selected Tab URL
Magnus Anderson
Tab URL Harvester
MoofyWoofy