Image Downloader

Easy to use and powerful image downloader for your browser

Image Downloader क्या है?

Image Downloader Karl द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easy to use and powerful image downloader for your browser"।

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

screenshot
screenshot

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

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

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

                        Image Downloader is an addon for your browser that enables you to download all images within a webpage with just one click.

Simply browse to a webpage and then wait for the images to completely load, then click on the toolbar button to open the app UI. Once the app is open, it starts to process the page in order to find all images.

You can now click on a single image to download or click on the - Select All - button to select and download all images at once. Alternatively, you can select a single image to download. There are several settings to adjust in the app. For example, you can set the minimum and maximum image size, or even the type of the image to capture.

If you right-click on the toolbar button, you can set the app to open in toolbar popup instead of a new tab. Please note that default option is opening in a new tab.

Please read FAQ (http://eccorem.com/apps/image-downloader.html) page for this addon to get more info on how to work with this addon.                    

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

नाम Image Downloader Image Downloader
ID dheemnnkahegifficiphgacgjfmigjec
आधिकारिक URL https://chromewebstore.google.com/detail/image-downloader/dheemnnkahegifficiphgacgjfmigjec
विवरण Easy to use and powerful image downloader for your browser
फ़ाइल का आकार 105 KB
स्थापना संख्या 7,706
वर्तमान संस्करण 0.1.1
अंतिम अपडेट 2018-09-29
प्रकाशन तिथि 2018-09-29
रेटिंग 4.06/5 कुल 18 रेटिंग्स
डेवलपर Karl
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://eccorem.com/apps/image-downloader.html
सहायता पृष्ठ URL http://eccorem.com/apps/image-downloader.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.1",
    "manifest_version": 2,
    "default_locale": "en",
    "short_name": "image-downloader",
    "name": "__MSG_chrome_extension_name__",
    "description": "__MSG_chrome_extension_description__",
    "homepage_url": "http:\/\/eccorem.com\/apps\/image-downloader.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "contextMenus",
        ""
    ],
    "browser_action": {
        "default_icon": "data\/icons\/16.png",
        "default_title": "__MSG_browser_action_title__"
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "18": "data\/icons\/18.png",
        "19": "data\/icons\/19.png",
        "24": "data\/icons\/24.png",
        "32": "data\/icons\/32.png",
        "36": "data\/icons\/36.png",
        "38": "data\/icons\/38.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}