Tap Image Downloader

Download images in different formats: PNG, JPG, SVG, WEBP. Save your time with image downloader tool!

Tap Image Downloader क्या है?

Tap Image Downloader Morfom द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download images in different formats: PNG, JPG, SVG, WEBP. Save your time with image downloader tool!"।

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

screenshot
screenshot

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

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

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

                        “Tap Image Downloader” is a useful app that will download all images from the page in one tap ⭐

The main features are:
✔️ Download a single image or all the images;
✔️ Filter by image size.
 
This extension will save you a lot of time if you need to download images regularly.                    

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

नाम Tap Image Downloader Tap Image Downloader
ID okclicinnbnfkgchommiamjnkjcibfid
आधिकारिक URL https://chrome.google.com/webstore/detail/tap-image-downloader/okclicinnbnfkgchommiamjnkjcibfid
विवरण Download images in different formats: PNG, JPG, SVG, WEBP. Save your time with image downloader tool!
फ़ाइल का आकार 350 KB
स्थापना संख्या 1,456,229
वर्तमान संस्करण 1.4.6
अंतिम अपडेट 2022-08-29
प्रकाशन तिथि 2021-11-10
रेटिंग 4.64/5 कुल 14 रेटिंग्स
डेवलपर Morfom
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://docs.google.com/document/d/1DS1vMoKOGTGPngxrhYTrsQxGLxUaVdSOa2Hm1vI_2EY/edit?usp=sharing
समर्थित भाषाएँ 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",
    "author": "Tap Image Downloader",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "300": "icons\/icon-300.png",
        "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",
        "storage",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "version": "1.4.6",
    "default_locale": "en",
    "web_accessible_resources": [
        "*"
    ]
}