By: Planet Xtreme
Inspect and view changes in Right Click Copy source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Right Click Copy",
"version": "1.11",
"description": "Copy Links with One click instead of two!",
"permissions": [
"clipboardWrite",
"storage",
"activeTab",
"tabs"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "Icon16X.png",
"48": "Icon48X.png",
"128": "Icon128XT.png"
}
},
"commands": {
"toggle-popup": {
"suggested_key": {
"default": "Ctrl+Shift+Y"
},
"description": "Toggle extension popup"
},
"visit-random-link": {
"suggested_key": {
"default": "Alt+C"
},
"description": "Visit a random link"
}
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"icons": {
"16": "Icon16X.png",
"48": "Icon48X.png",
"128": "Icon128XT.png"
},
"browser_specific_settings": {
"gecko": {
"id": "Copy@PlanetXtreme.net"
}
}
} Best Right Click Copy Alternatives
Here are some Firefox add-ons that are similar to Right Click Copy:
Fast Copy Links
ColdSpirit
Fast Hover Copy
hongducwb
Copy Link Extras
igorlogius
Copy Link With Click
Daniel Kaplan
Copy Links
manybuddies
Copy Selected Links
Marnes
URL MultiCopy
erosman
Automatically Copy Links
iProgrammer16
Copy All Links
Qh88
Copy Paste Tab Links
Kustrica