Click and Save

Click to save images. Auto Rename, Filter, and Save most pictures.

What is Click and Save?

Click and Save is a Chrome extension developed by http://sites.google.com/site/chromeclickandsave, and its main feature is "Click to save images. Auto Rename, Filter, and Save most pictures.".

Extension Screenshots

screenshot

Download Click and Save Extension CRX File

Download Click and Save extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Save pictures and images just by clicking on them. Great image saver!

Auto Save
Auto Rename
Download All Images
Filters (filter by url keywords, image size)
Floating Image Save button, toolbar
Generate unique filenames+++++
On/Off switch
Saves Images with Click, Alt-Click, Double Click, Drag, MouseOver, or Toolbar button

Easy to use!
No ads!                    

Extension Basic Information

Name Click and Save Click and Save
ID dbkmjjclgbiooljcegcddagnddjedmed
Official URL https://chrome.google.com/webstore/detail/click-and-save/dbkmjjclgbiooljcegcddagnddjedmed
Description Click to save images. Auto Rename, Filter, and Save most pictures.
File Size 125 KB
Installation Count 10,000
Current Version 1.7.9
Last Updated 2015-02-05
Publish Date 2015-02-05
Rating 3.91/5 Total 303 Ratings
Developer http://sites.google.com/site/chromeclickandsave
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "pics\/click-128.png",
        "default_popup": "popup.html",
        "default_title": "Click And Save"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "jquery-2.0.3.min.js",
                "deconstructUrl.js",
                "clickAndSave always inject.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Click to save images. Auto Rename, Filter, and Save most pictures.",
    "icons": {
        "128": "pics\/click-128.png"
    },
    "manifest_version": 2,
    "name": "Click and Save",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "tabs",
        "ftp:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "clipboardWrite"
    ],
    "version": "1.7.9",
    "web_accessible_resources": [
        "\/pics\/save2-16.png",
        "\/pics\/save2-32.png",
        "jquery-2.0.3.min.map"
    ]
}