Save Image to Downloads

Adds a right-click direct download item for images, like Safari.

Save Image to Downloadsとは何ですか?

Save Image to DownloadsはUrban Appsによって開発されたChromeの拡張機能で、その主な機能は「Adds a right-click direct download item for images, like Safari.」です。

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

screenshot

Save Image to Downloads拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This simple extension adds a "Save Image to Downloads" right-click menu item to download an image directly to the "Downloads" folder. This is to avoid the annoyance of having to choose the directory to download every time you want to save an image off the web.

Safari has this built in, and it was the first thing I missed when making the switch to Chrome.                    

拡張機能の基本情報

名前 Save Image to Downloads Save Image to Downloads
ID enjefpkmlibebgbbgidmhpmjhcdffhfm
公式URL https://chromewebstore.google.com/detail/save-image-to-downloads/enjefpkmlibebgbbgidmhpmjhcdffhfm
説明 Adds a right-click direct download item for images, like Safari.
ファイルサイズ 21.46 KB
インストール数 27,101
現在のバージョン 1.0.5
最終更新日 2014-08-04
公開日 2014-08-04
評価 3.73/5 合計 238 レビュー
開発者 Urban Apps
支払い方法 free
拡張機能のウェブサイト http://matt.coneybeare.me/save-image-to-downloads-chrome-extension/
対応言語 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save Image to Downloads",
    "version": "1.0.5",
    "manifest_version": 2,
    "description": "Adds a right-click direct download item for images, like Safari.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "downloads",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "save_to_downloads.js"
        ]
    }
}