Google Image Downloader

This extension lets you directly download google images.

Co to jest Google Image Downloader?

Google Image Downloader to rozszerzenie Chrome opracowane przez Thejus Kayanadath, a jego główną funkcją jest „This extension lets you directly download google images.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Google Image Downloader

Pobierz pliki rozszerzeń Google Image Downloader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Google Image Downloader Google Image Downloader
ID nfagjnjnmknppbpbeecillkcedghidcd
Oficjalny URL https://chrome.google.com/webstore/detail/google-image-downloader/nfagjnjnmknppbpbeecillkcedghidcd
Opis This extension lets you directly download google images.
Rozmiar pliku 6.87 KB
Liczba instalacji 621
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2017-11-24
Data Publikacji 2017-11-24
Ocena 1.91/5 Łącznie 11 Oceny
Deweloper Thejus Kayanadath
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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*"
            ]
        }
    ]
}