Image Downloader - Image Eye

Search and Download all images on a web page.

Image Downloader - Image Eye क्या है?

Image Downloader - Image Eye PerrkLex_Dogg द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search and Download all images on a web page."।

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

screenshot
screenshot

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

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

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

                        Search and Download all images on a web page.

With this Image Downloader you can find, browse and download all the images present in a web page. 
================================================================
In Addition you can:

- filter based on pixel width and height
- filter based on URL
- bulk download all images in once
- select what images you want to download
- check the size of each image
- copy the URL of the original image
- choose between various layout options
- supporting all principal websites (Instagram, Facebook, Twitter, etc...)

You can Download any websites images....!                    

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

नाम Image Downloader - Image Eye Image Downloader - Image Eye
ID khklnbndokpbhebbienfbmihjccogifa
आधिकारिक URL https://chrome.google.com/webstore/detail/image-downloader-image-ey/khklnbndokpbhebbienfbmihjccogifa
विवरण Search and Download all images on a web page.
फ़ाइल का आकार 1.17 MB
स्थापना संख्या 2,717
वर्तमान संस्करण 3.0.1
अंतिम अपडेट 2022-08-30
प्रकाशन तिथि 2022-06-16
रेटिंग 4.81/5 कुल 21 रेटिंग्स
डेवलपर PerrkLex_Dogg
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://sites.google.com/view/perklen/privacy
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "53.0"
        }
    },
    "manifest_version": 3,
    "name": "Image Downloader - Image Eye",
    "short_name": "imageyeplus",
    "description": "Search and Download all images on a web page.",
    "default_locale": "en",
    "version": "3.0.1",
    "action": {
        "default_icon": "imageyeplus128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "downloads",
        "storage",
        "webRequest",
        "scripting",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "background": {
        "service_worker": "fixR.js"
    },
    "icons": {
        "128": "imageyeplus128.png"
    }
}