Reverse Image Search

Easily reverse image search with Google image search

Reverse Image Search क्या है?

Reverse Image Search https://roei.stream द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily reverse image search with Google image search"।

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

screenshot

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

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

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

                        Easily reverse image search directly from the context menu.
Right-click with your mouse on any image to preform reverse image search.

What to find more resolutions for an image?
Want to see where an image is used?
Want to look for similar images?

Google reverse search is a great tool for that, and this extension makes it much easier to use!                    

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

नाम Reverse Image Search Reverse Image Search
ID jhppeidklkhfdbgmphjcgnflbaappjfk
आधिकारिक URL https://chromewebstore.google.com/detail/reverse-image-search/jhppeidklkhfdbgmphjcgnflbaappjfk
विवरण Easily reverse image search with Google image search
फ़ाइल का आकार 49.97 KB
स्थापना संख्या 219
वर्तमान संस्करण 1.0
अंतिम अपडेट 2019-10-20
प्रकाशन तिथि 2019-10-20
डेवलपर https://roei.stream
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://roei.stream
सहायता पृष्ठ URL https://roei.stream/support/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reverse Image Search",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Easily reverse image search with Google image search",
    "short_name": "Image Search",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "512": "favicon.png",
        "128": "favicon128.png"
    },
    "background": {
        "scripts": [
            "reverse.js"
        ]
    }
}