Google Image Downloader

This extension lets you directly download google images.

Apa itu Google Image Downloader?

Google Image Downloader adalah ekstensi Chrome yang dikembangkan oleh Thejus Kayanadath, dan fitur utamanya adalah "This extension lets you directly download google images.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Google Image Downloader

Unduh file ekstensi Google Image Downloader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Google Image Downloader Google Image Downloader
ID nfagjnjnmknppbpbeecillkcedghidcd
URL Resmi https://chrome.google.com/webstore/detail/google-image-downloader/nfagjnjnmknppbpbeecillkcedghidcd
Deskripsi This extension lets you directly download google images.
Ukuran File 6.87 KB
Jumlah Instalasi 621
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2017-11-24
Tanggal Publikasi 2017-11-24
Penilaian 1.91/5 Total 11 Penilaian
Pengembang Thejus Kayanadath
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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*"
            ]
        }
    ]
}