Google Image Downloader

This extension lets you directly download google images.

Was ist Google Image Downloader?

Google Image Downloader ist eine Chrome-Erweiterung, die von Thejus Kayanadath entwickelt wurde, und ihr Hauptmerkmal ist "This extension lets you directly download google images.".

Erweiterungsscreenshots

screenshot

Google Image Downloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie Google Image Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Press the 'Download Image' button and it saves the image directly to your Downloads folder. Simple.                    

Grundlegende Informationen zur Erweiterung

Name Google Image Downloader Google Image Downloader
ID nfagjnjnmknppbpbeecillkcedghidcd
Offizielle URL https://chrome.google.com/webstore/detail/google-image-downloader/nfagjnjnmknppbpbeecillkcedghidcd
Beschreibung This extension lets you directly download google images.
Dateigröße 6.87 KB
Installationsanzahl 621
Aktuelle Version 0.0.1
Letztes Update 2017-11-24
Veröffentlichungsdatum 2017-11-24
Bewertung 1.91/5 Insgesamt 11 Bewertungen
Entwickler Thejus Kayanadath
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Image Downloader",
    "description": "This extension lets you directly download google images.",
    "version": "0.0.1",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/search?*tbm=isch*",
                "http:\/\/*\/search?*tbm=isch*"
            ]
        }
    ]
}