Click and Save

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

Click and Saveとは何ですか?

Click and Saveはhttp://sites.google.com/site/chromeclickandsaveによって開発されたChromeの拡張機能で、その主な機能は「Click to save images. Auto Rename, Filter, and Save most pictures.」です。

拡張機能のスクリーンショット

screenshot

Click and Save拡張機能のCRXファイルをダウンロード

Click and Save拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 Click and Save Click and Save
ID dbkmjjclgbiooljcegcddagnddjedmed
公式URL https://chrome.google.com/webstore/detail/click-and-save/dbkmjjclgbiooljcegcddagnddjedmed
説明 Click to save images. Auto Rename, Filter, and Save most pictures.
ファイルサイズ 125 KB
インストール数 10,000
現在のバージョン 1.7.9
最終更新日 2015-02-05
公開日 2015-02-05
評価 3.91/5 合計 303 レビュー
開発者 http://sites.google.com/site/chromeclickandsave
支払い方法 free
対応言語 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"
    ]
}