Image Searcher

Search similar image by "Google search by Image".

Cos'è Image Searcher?

Image Searcher è un'estensione di Chrome sviluppata da quoctrinh.dev, e la sua funzione principale è "Search similar image by "Google search by Image".".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Image Searcher

Scarica i file di estensione Image Searcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Image Searcher Image Searcher
ID fdlbedhogoojcdcjmjpipjonabaoidlj
URL Ufficiale https://chromewebstore.google.com/detail/image-searcher/fdlbedhogoojcdcjmjpipjonabaoidlj
Descrizione Search similar image by "Google search by Image".
Dimensione del File 45.28 KB
Conteggio Installazioni 2,383
Versione Corrente 1.5
Ultimo Aggiornamento 2023-11-17
Data di Pubblicazione 2017-03-17
Valutazione 4.00/5 Totale 7 Valutazioni
Sviluppatore quoctrinh.dev
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\"."
}