Image Searcher

Search similar image by "Google search by Image".

Image Searcher क्या है?

Image Searcher quoctrinh.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search similar image by "Google search by Image"."।

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

screenshot
screenshot
screenshot

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

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

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

                        Search similar image by "Google search by Image". 
You can use seach button in bottom-left corner of a picture or use menu item in context menu to seach a image.                    

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

नाम Image Searcher Image Searcher
ID fdlbedhogoojcdcjmjpipjonabaoidlj
आधिकारिक URL https://chromewebstore.google.com/detail/image-searcher/fdlbedhogoojcdcjmjpipjonabaoidlj
विवरण Search similar image by "Google search by Image".
फ़ाइल का आकार 45.28 KB
स्थापना संख्या 2,383
वर्तमान संस्करण 1.5
अंतिम अपडेट 2023-11-17
प्रकाशन तिथि 2017-03-17
रेटिंग 4.00/5 कुल 7 रेटिंग्स
डेवलपर quoctrinh.dev
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "name": "Image Searcher",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "icons": {
        "128": "icons\/is_128.png",
        "48": "icons\/is_48.png",
        "16": "icons\/is_16.png"
    },
    "manifest_version": 2,
    "version": "1.5",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "description": "Search similar image by \"Google search by Image\"."
}