Save to Downloads

An easy way to save images to the Downloads folder.

Save to Downloads là gì?

Save to Downloads là một tiện ích mở rộng Chrome được phát triển bởi Arhey, và tính năng chính của nó là "An easy way to save images to the Downloads folder.".

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

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

                        It simply adds new option to the context menu, which allows you to save images directly to the Downloads folder.                    

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

Tên Save to Downloads Save to Downloads
ID ifpepkjeinhcffiikcoiohobillelmha
URL Chính Thức https://chromewebstore.google.com/detail/save-to-downloads/ifpepkjeinhcffiikcoiohobillelmha
Mô tả An easy way to save images to the Downloads folder.
Kích Thước Tệp 6.58 KB
Số Lần Cài Đặt 227
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2019-09-27
Ngày Phát Hành 2019-09-26
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Arhey
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/freearhey/save-to-downloads
URL Trang Trợ Giúp https://github.com/freearhey/save-to-downloads/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save to Downloads",
    "version": "0.1.2",
    "description": "An easy way to save images to the Downloads folder.",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "downloads",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}