Photo download & Save image

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

Qu'est-ce que Photo download & Save image ?

Photo download & Save image est une extension Chrome développée par Wuhenlove, et sa fonction principale est "Conveniently download picture&photo on any page, quickly save images to local".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Photo download & Save image

Téléchargez les fichiers d'extension Photo download & Save image au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Photo download & Save image Photo download & Save image
ID leiiofmhppbjebdlnmbhnokpnmencemf
URL Officiel https://chromewebstore.google.com/detail/photo-download-save-image/leiiofmhppbjebdlnmbhnokpnmencemf
Description Conveniently download picture&photo on any page, quickly save images to local
Taille du Fichier 759 KB
Nombre d'Installations 8,217
Version Actuelle 1.0.4
Dernière Mise à Jour 2023-05-12
Date de Publication 2022-08-13
Évaluation 3.63/5 Total 8 Évaluations
Développeur Wuhenlove
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://findniche.com/privacy
Langues Prises en Charge 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'"
    }
}