Save Image As

Save any image as JPG/PNG/WebP with right click

Save Image As là gì?

Save Image As là một tiện ích mở rộng Chrome được phát triển bởi wong2, và tính năng chính của nó là "Save any image as JPG/PNG/WebP with right click".

Ả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 As

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

                        Save any image on the web as JPG/PNG/WebP with right click.

This extension adds a context menu on images to easily save them as JPG, PNG or WebP files to your computer, it automatically does the format conversion for you.                    

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

Tên Save Image As Save Image As
ID leijekmpombnobpofmnmdnebblfjnkbi
URL Chính Thức https://chromewebstore.google.com/detail/save-image-as/leijekmpombnobpofmnmdnebblfjnkbi
Mô tả Save any image as JPG/PNG/WebP with right click
Kích Thước Tệp 17.11 KB
Số Lần Cài Đặt 41
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-09-24
Ngày Phát Hành 2023-09-23
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển wong2
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://chathub.gg/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "manifest_version": 3,
    "version": "1.0",
    "permissions": [
        "contextMenus",
        "downloads"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}