Photo download & Save image

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

什麼是Photo download & Save image?

Photo download & Save image是由Wuhenlove開發的Chrome擴展程式,該擴展的主要功能是“Conveniently download picture&photo on any page, quickly save images to local”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Photo download & Save image擴展crx文件

下載Photo download & Save image擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Photo download & Save image Photo download & Save image
ID leiiofmhppbjebdlnmbhnokpnmencemf
官方網址 https://chromewebstore.google.com/detail/photo-download-save-image/leiiofmhppbjebdlnmbhnokpnmencemf
簡介 Conveniently download picture&photo on any page, quickly save images to local
檔案大小 759 KB
安裝次數 8,217
目前版本 1.0.4
更新時間 2023-05-12
上架時間 2022-08-13
評分 3.63/5 共 8 次評分
開發者 Wuhenlove
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://findniche.com/privacy
支援的語言 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'"
    }
}