Photo download & Save image

Conveniently download picture&photo on any page, quickly save images to local

Photo download & Save image là gì?

Photo download & Save image là một tiện ích mở rộng Chrome được phát triển bởi Wuhenlove, và tính năng chính của nó là "Conveniently download picture&photo on any page, quickly save images to local".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Photo download & Save image

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

                        Photo download & Save image is a utility. It can easily download any image on the page

It's a utility. It can easily download any image on the page. 

You can drag and drop the image into the box. It is automatically aggregated on the Extension page.
In the summary page, the pictures of different pages will be classified in different areas, you can filter the desired pictures by height and width, and then you can easily rename and save them.                    

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

Tên Photo download & Save image Photo download & Save image
ID leiiofmhppbjebdlnmbhnokpnmencemf
URL Chính Thức https://chromewebstore.google.com/detail/photo-download-save-image/leiiofmhppbjebdlnmbhnokpnmencemf
Mô tả Conveniently download picture&photo on any page, quickly save images to local
Kích Thước Tệp 759 KB
Số Lần Cài Đặt 8,217
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2023-05-12
Ngày Phát Hành 2022-08-13
Đánh Giá 3.63/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Wuhenlove
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://findniche.com/privacy
Ngôn Ngữ Được Hỗ Trợ en,sr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.4",
    "name": "__MSG_ext_name__",
    "default_locale": "en",
    "description": "__MSG_ext_description__",
    "homepage_url": "https:\/\/chrome.google.com",
    "permissions": [
        "tabs",
        "storage",
        "downloads"
    ],
    "host_permissions": [],
    "icons": {
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "icon\/icon48.png",
        "default_title": "popup",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "icon\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'; child-src 'self'"
    }
}