Photo download & Save image

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

Cos'è Photo download & Save image?

Photo download & Save image è un'estensione di Chrome sviluppata da Wuhenlove, e la sua funzione principale è "Conveniently download picture&photo on any page, quickly save images to local".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Photo download & Save image

Scarica i file di estensione Photo download & Save image in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Photo download & Save image Photo download & Save image
ID leiiofmhppbjebdlnmbhnokpnmencemf
URL Ufficiale https://chromewebstore.google.com/detail/photo-download-save-image/leiiofmhppbjebdlnmbhnokpnmencemf
Descrizione Conveniently download picture&photo on any page, quickly save images to local
Dimensione del File 759 KB
Conteggio Installazioni 8,217
Versione Corrente 1.0.4
Ultimo Aggiornamento 2023-05-12
Data di Pubblicazione 2022-08-13
Valutazione 3.63/5 Totale 8 Valutazioni
Sviluppatore Wuhenlove
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://findniche.com/privacy
Lingue Supportate 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'"
    }
}