Save Image Nao

Save images to custom locations from the context menu.

Save Image Nao là gì?

Save Image Nao là một tiện ích mở rộng Chrome được phát triển bởi wivb, và tính năng chính của nó là "Save images to custom locations from the context menu.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Save Image Nao

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

                        Creates a context menu item for images that immediately saves the file to the Downloads folder (or a subdirectory of Downloads). The filename can be customized based on various placeholders.                    

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

Tên Save Image Nao Save Image Nao
ID bifdbcaabdipllkidbgkndiichlfinbm
URL Chính Thức https://chromewebstore.google.com/detail/save-image-nao/bifdbcaabdipllkidbgkndiichlfinbm
Mô tả Save images to custom locations from the context menu.
Kích Thước Tệp 19.49 KB
Số Lần Cài Đặt 267
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2022-04-27
Ngày Phát Hành 2016-10-14
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển wivb
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "background": {
        "service_worker": "menus.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/apis.google.com\/' 'https:\/\/www.gstatic.com\/' 'https:\/\/*.firebaseio.com' 'https:\/\/www.googleapis.com' 'https:\/\/ajax.googleapis.com'; object-src 'self'"
    },
    "description": "Save images to custom locations from the context menu.",
    "icons": {
        "128": "SaveImageRouter_128x128.png",
        "16": "SaveImageRouter_16x16.png",
        "48": "SaveImageRouter_48x48.png"
    },
    "options_ui": {
        "page": "options.html"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "manifest_version": 3,
    "name": "Save Image Nao",
    "permissions": [
        "contextMenus",
        "downloads",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.3"
}