Photo download & Save image

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

Hvad er Photo download & Save image?

Photo download & Save image er en Chrome-udvidelse udviklet af Wuhenlove, og dens hovedfunktion er "Conveniently download picture&photo on any page, quickly save images to local".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Photo download & Save image-udvidelses-CRX-fil

Download Photo download & Save image-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Photo download & Save image Photo download & Save image
ID leiiofmhppbjebdlnmbhnokpnmencemf
Officiel URL https://chromewebstore.google.com/detail/photo-download-save-image/leiiofmhppbjebdlnmbhnokpnmencemf
Beskrivelse Conveniently download picture&photo on any page, quickly save images to local
Filstørrelse 759 KB
Antal Installationer 8,217
Nuværende Version 1.0.4
Senest Opdateret 2023-05-12
Udgivelsesdato 2022-08-13
Bedømmelse 3.63/5 Samlet 8 Bedømmelser
Udvikler Wuhenlove
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://findniche.com/privacy
Understøttede Sprog 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'"
    }
}