Save Image to Downloads

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

Save Image to Downloads là gì?

Save Image to Downloads là một tiện ích mở rộng Chrome được phát triển bởi Urban Apps, và tính năng chính của nó là "Adds a right-click direct download item for images, like Safari.".

Ả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 Save Image to Downloads

Tải xuống các tệp mở rộng Save Image to Downloads 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 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.                    

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

Tên Save Image to Downloads Save Image to Downloads
ID enjefpkmlibebgbbgidmhpmjhcdffhfm
URL Chính Thức https://chromewebstore.google.com/detail/save-image-to-downloads/enjefpkmlibebgbbgidmhpmjhcdffhfm
Mô tả Adds a right-click direct download item for images, like Safari.
Kích Thước Tệp 21.46 KB
Số Lần Cài Đặt 27,101
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2014-08-04
Ngày Phát Hành 2014-08-04
Đánh Giá 3.73/5 Tổng số 238 Đánh Giá
Nhà Phát Triển Urban Apps
Loại Thanh Toán free
Trang Web Mở Rộng http://matt.coneybeare.me/save-image-to-downloads-chrome-extension/
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}