Image download center

Download all images from page in one click

Image download center क्या है?

Image download center Neil Thomas द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download all images from page in one click"।

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

screenshot
screenshot

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

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

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

                        Image Download Center - saves your time when you want to download images from a webpage.

Features:
☆ Download all images
☆ Supports many formats including PNG, JPEG, SVG, WEBP
☆ Filter by size (you can filter out website logos and design elements)
☆ Preserves file name                    

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

नाम Image download center Image download center
ID deebfeldnfhemlnidojiiidadkgnglpi
आधिकारिक URL https://chrome.google.com/webstore/detail/image-download-center/deebfeldnfhemlnidojiiidadkgnglpi
विवरण Download all images from page in one click
फ़ाइल का आकार 842 KB
स्थापना संख्या 1,496,588
वर्तमान संस्करण 1.6.4
अंतिम अपडेट 2022-08-16
प्रकाशन तिथि 2021-06-15
रेटिंग 3.97/5 कुल 33 रेटिंग्स
डेवलपर Neil Thomas
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.notion.so/Image-Download-Center-Privacy-policy-38ece8e02c4b4b5b9adf26817fd10f73
समर्थित भाषाएँ 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_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "content.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "icons": {
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "description": "__MSG_appDesc__",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "downloads",
        ""
    ],
    "version": "1.6.4",
    "default_locale": "en",
    "web_accessible_resources": [
        "*"
    ]
}