Inspect and view changes in Copy Image Name source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Copy Image Name",
"version": "1.0",
"description": "Copy image name at right click context menu.",
"permissions": [
"activeTab",
"contextMenus"
],
"icons": {
"32": "icons/icon.svg",
"64": "icons/icon.svg"
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content-script.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "copy-image-name@olibrauma.com"
}
}
} Best Copy Image Name Alternatives
Here are some Firefox add-ons that are similar to Copy Image Name:
Link Name Copier
Nick van Rossum
Copy Image Source
Andro Magicni
Save Image (Randomized Name)
rigiyin
ThumbnailCopy
gregstoll
Simple image alt viewer
BRN Systems
Copy Name and Link
Digitasker
Copy Alt Text
easrng
Save Image As PNG
I9BET
Clipboard Image Copier
Sanaa
Copy Image Text
def00111
Save Image to Downloads
Firefox user 12402260
Copy Image as Base64 Data URL
igorlogius