Download Image from Context Menu

Adds a context (Right click) menu item to images which allows you to directly download them without a prompt.

Download Image from Context Menuとは何ですか?

Download Image from Context MenuはErisa Aによって開発されたChromeの拡張機能で、その主な機能は「Adds a context (Right click) menu item to images which allows you to directly download them without a prompt.」です。

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

screenshot

Download Image from Context Menu拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension simply adds a context menu item which allows you to (Directly) download an image. 
The simple idea for this extension was born from saving multiple images at once, and rapidly pressing enter after each save to go through the "Save as" prompt.                    

拡張機能の基本情報

名前 Download Image from Context Menu Download Image from Context Menu
ID fihdnfkfpjmipmlggdknalpfjjnjbboj
公式URL https://chromewebstore.google.com/detail/download-image-from-conte/fihdnfkfpjmipmlggdknalpfjjnjbboj
説明 Adds a context (Right click) menu item to images which allows you to directly download them without a prompt.
ファイルサイズ 29.35 KB
インストール数 776
現在のバージョン 1.0.7
最終更新日 2022-08-05
公開日 2020-06-14
評価 4.33/5 合計 6 レビュー
開発者 Erisa A
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/Erisa/download-image
ヘルプページのURL https://github.com/Erisa/download-image
プライバシーポリシーページのURL https://erisa.uk/privacy
対応言語 en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Download Image from Context Menu",
    "description": "Adds a context (Right click) menu item to images which allows you to directly download them without a prompt.",
    "version": "1.0.7",
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "contextMenus",
        "downloads",
        "storage"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "{5ff1cbc2-229c-4f3f-ac0e-884fbc12670b}",
            "strict_min_version": "56.0"
        }
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png"
    }
}