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
官方網址 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
電子郵箱 [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"
    }
}