Image Finder

Find images to save

Image Finder क्या है?

Image Finder https://anadev.com.br द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find images to save"।

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

screenshot
screenshot

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

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

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

                        This extension scrapes the current web page and lists all images found, on  tags or even elements with background-image.

- references: https://github.com/GoogleChrome/chrome-extensions-samples/tree/main/examples/page-redder https://blog.crimx.com/2017/03/09/get-all-images-in-dom-including-background-en/

- extension icon: made by Freepik from www.flaticon.com                    

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

नाम Image Finder Image Finder
ID nejmjohiggmikmmhagccbogaohhbicjc
आधिकारिक URL https://chromewebstore.google.com/detail/image-finder/nejmjohiggmikmmhagccbogaohhbicjc
विवरण Find images to save
फ़ाइल का आकार 19 KB
स्थापना संख्या 246
वर्तमान संस्करण 0.1
अंतिम अपडेट 2021-03-23
प्रकाशन तिथि 2021-03-22
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://anadev.com.br
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image Finder",
    "action": [],
    "manifest_version": 3,
    "version": "0.1",
    "description": "Find images to save",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "finder.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}