Image Downloader

Downlosad image in just a click.

Image Downloaderとは何ですか?

Image DownloaderはAnand Sudhanaboinaによって開発されたChromeの拡張機能で、その主な機能は「Downlosad image in just a click.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Download any image from google chrome in just one click.

Note : If your are using incognito mode in chrome. You have to explicitly enable this extension to work with incognito mode in Settings->Extensions of your chrome.                    

拡張機能の基本情報

名前 Image Downloader Image Downloader
ID bopfjfpkjbnoohilihgfjahdkfhnjaig
公式URL https://chrome.google.com/webstore/detail/image-downloader/bopfjfpkjbnoohilihgfjahdkfhnjaig
説明 Downlosad image in just a click.
ファイルサイズ 28.6 KB
インストール数 3,486
現在のバージョン 1.1.0
最終更新日 2020-07-02
公開日 2020-07-02
評価 3.71/5 合計 17 レビュー
開発者 Anand Sudhanaboina
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://github.com/anands/misc
対応言語 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image Downloader",
    "short_name": "Image Downloader",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "Downlosad image in just a click.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "downloads",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}