Reverse Image Search

Search similar images in the WEB from context menu

Reverse Image Search क्या है?

Reverse Image Search Romkaq द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search similar images in the WEB from context menu"।

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

screenshot

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

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

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

                        Reverse Image Search.

You can find out who stole your pictures.

Find similar images in most popular search engines right from context menu!

Image search extension allows you to search in almost all search engines by image. Right-click on an image and discover where else it has been used to find it's origin.                    

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

नाम Reverse Image Search Reverse Image Search
ID jlneaphkafobihifgfmmhehomoifjijm
आधिकारिक URL https://chromewebstore.google.com/detail/reverse-image-search/jlneaphkafobihifgfmmhehomoifjijm
विवरण Search similar images in the WEB from context menu
फ़ाइल का आकार 31.03 KB
स्थापना संख्या 661
वर्तमान संस्करण 1.2
अंतिम अपडेट 2022-05-03
प्रकाशन तिथि 2021-05-29
रेटिंग 3.40/5 कुल 5 रेटिंग्स
डेवलपर Romkaq
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://rq-dev.github.io/chrome-extensions-privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reverse Image Search",
    "description": "Search similar images in the WEB from context menu",
    "version": "1.2",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "search.js"
        ]
    },
    "icons": {
        "128": "icon128.png"
    }
}