Google Image Downloader

This extension lets you directly download google images.

Google Image Downloader क्या है?

Google Image Downloader Thejus Kayanadath द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension lets you directly download google images."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Google Image Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Google Image Downloader Google Image Downloader
ID nfagjnjnmknppbpbeecillkcedghidcd
आधिकारिक URL https://chrome.google.com/webstore/detail/google-image-downloader/nfagjnjnmknppbpbeecillkcedghidcd
विवरण This extension lets you directly download google images.
फ़ाइल का आकार 6.87 KB
स्थापना संख्या 621
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2017-11-24
प्रकाशन तिथि 2017-11-24
रेटिंग 1.91/5 कुल 11 रेटिंग्स
डेवलपर Thejus Kayanadath
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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*"
            ]
        }
    ]
}