Image Downloader

Downlosad image in just a click.

Image Downloader क्या है?

Image Downloader Anand Sudhanaboina द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Downlosad image in just a click."।

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

screenshot
screenshot

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

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

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

                        Download any image from google chrome in just one click.

Note : If your are using incognito mode in chrome. You have to explicitly enable this extension to work with incognito mode in Settings->Extensions of your chrome.                    

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

नाम Image Downloader Image Downloader
ID bopfjfpkjbnoohilihgfjahdkfhnjaig
आधिकारिक URL https://chrome.google.com/webstore/detail/image-downloader/bopfjfpkjbnoohilihgfjahdkfhnjaig
विवरण Downlosad image in just a click.
फ़ाइल का आकार 28.6 KB
स्थापना संख्या 3,486
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2020-07-02
प्रकाशन तिथि 2020-07-02
रेटिंग 3.71/5 कुल 17 रेटिंग्स
डेवलपर Anand Sudhanaboina
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://github.com/anands/misc
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image Downloader",
    "short_name": "Image Downloader",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "Downlosad image in just a click.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "downloads",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}