IMAGE DOWNLOADER

Browse and download images on a web page.

IMAGE DOWNLOADER क्या है?

IMAGE DOWNLOADER htaigen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Browse and download images on a web page."।

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

screenshot
screenshot
screenshot

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

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

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

                        IMAGE DOWNLOADER

See images that the page contains and links to
Filter them by width, height, and URL; supports wildcard and regex
Optionally show only images from links
Select images to download by clicking on the image
Use dedicated buttons to download or open individual images in new tabs
Customize image display width, columns, border size, and color
Hide filters, buttons and notifications you don't need                    

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

नाम IMAGE DOWNLOADER IMAGE DOWNLOADER
ID leakgmkipjfnmnacgakpggmilnhlmbcg
आधिकारिक URL https://chromewebstore.google.com/detail/image-downloader/leakgmkipjfnmnacgakpggmilnhlmbcg
विवरण Browse and download images on a web page.
फ़ाइल का आकार 883 KB
स्थापना संख्या 2,521
वर्तमान संस्करण 2.4.0
अंतिम अपडेट 2021-06-27
प्रकाशन तिथि 2019-12-11
रेटिंग 4.08/5 कुल 12 रेटिंग्स
डेवलपर htaigen
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://hatai.github.io/image-downloader/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IMAGE DOWNLOADER",
    "short_name": "IMG DOWNLOADER",
    "description": "Browse and download images on a web page.",
    "version": "2.4.0",
    "minimum_chrome_version": "60",
    "manifest_version": 2,
    "author": "hatai",
    "permissions": [
        "activeTab",
        "downloads",
        "storage"
    ],
    "browser_action": {
        "default_icon": "\/icons\/icon_128.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "\/icons\/icon_16.png",
        "48": "\/icons\/icon_48.png",
        "128": "\/icons\/icon_128.png"
    },
    "web_accessible_resources": [
        "\/images\/open.png",
        "\/images\/download.png"
    ],
    "background": {
        "scripts": [
            "\/scripts\/background.js"
        ],
        "persistent": false
    }
}