By: nck
Inspect and view changes in Ctrl+Click Image Saver source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Ctrl+Click Image Saver",
"version": "1.0.1",
"description": "Ctrl/Alt/Shift + Click any <img> to save it instantly to a chosen subfolder under your Downloads (auto-renames on conflict).",
"icons": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
},
"permissions": [
"downloads",
"storage",
"notifications",
"activeTab",
"<all_urls>"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_title": "Ctrl+Click Image Saver",
"default_popup": "options.html"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"applications": {
"gecko": {
"id": "ctrlclick-image-saver@nik",
"strict_min_version": "109.0"
}
}
} Best Ctrl+Click Image Saver Alternatives
Here are some Firefox add-ons that are similar to Ctrl+Click Image Saver:
Fast Image Saver
Mykyta
Save Image to Downloads
Firefox user 12402260
Save Image Nao
Alex
Quick Save Image (Shift+Alt+Z / A)
Krishna
Quick Image Saver
Timofei Gomziakov
Image Click Downloader
森林ソフト
Save image to...
MetaSamsara
Save this image
omegazze
Save Image to Downloads
Christoph Diehl