Image Grabber

Extract all images from current web page

Image Grabber क्या है?

Image Grabber https://germanov.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extract all images from current web page"।

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

screenshot

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

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

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

                        Using this extension you can grab all images from current web page and download them as a single zip-archive. Also, it provides an interface to select which images to download.                    

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

नाम Image Grabber Image Grabber
ID nhafocipdhkabgekppaioplmopkcckoj
आधिकारिक URL https://chromewebstore.google.com/detail/image-grabber/nhafocipdhkabgekppaioplmopkcckoj
विवरण Extract all images from current web page
फ़ाइल का आकार 42.24 KB
स्थापना संख्या 1,687
वर्तमान संस्करण 1.1
अंतिम अपडेट 2022-12-14
प्रकाशन तिथि 2022-02-22
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर https://germanov.dev
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://dev.to/andreygermanov/create-a-google-chrome-extension-part-1-image-grabber-1foa
सहायता पृष्ठ URL https://germanov.dev/contacts
गोपनीयता नीति पृष्ठ URL https://germanov.dev/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image Grabber",
    "description": "Extract all images from current web page",
    "version": "1.1",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "background": []
}