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 là gì?

Download Image from Context Menu là một tiện ích mở rộng Chrome được phát triển bởi Erisa A, và tính năng chính của nó là "Adds a context (Right click) menu item to images which allows you to directly download them without a prompt.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Download Image from Context Menu

Tải xuống các tệp mở rộng Download Image from Context Menu dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Download Image from Context Menu Download Image from Context Menu
ID fihdnfkfpjmipmlggdknalpfjjnjbboj
URL Chính Thức https://chromewebstore.google.com/detail/download-image-from-conte/fihdnfkfpjmipmlggdknalpfjjnjbboj
Mô tả Adds a context (Right click) menu item to images which allows you to directly download them without a prompt.
Kích Thước Tệp 29.35 KB
Số Lần Cài Đặt 776
Phiên Bản Hiện Tại 1.0.7
Cập Nhật Lần Cuối 2022-08-05
Ngày Phát Hành 2020-06-14
Đánh Giá 4.33/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Erisa A
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Erisa/download-image
URL Trang Trợ Giúp https://github.com/Erisa/download-image
URL Trang Chính Sách Bảo Mật https://erisa.uk/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}