Search Google Image

Search Google Image for the selected text

Cos'è Search Google Image?

Search Google Image è un'estensione di Chrome sviluppata da Quy Nguyen, e la sua funzione principale è "Search Google Image for the selected text".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Search Google Image

Scarica i file di estensione Search Google Image 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 Google Image for the selected text. When you are learning, photos and images are the best way to put things into your memory. Looking up for the related images increases chance of remembering new terms in long term.                    

Informazioni di Base sull'Estensione

Nome Search Google Image Search Google Image
ID kklenaehmadokmlmbehblimejakphfae
URL Ufficiale https://chrome.google.com/webstore/detail/search-google-image/kklenaehmadokmlmbehblimejakphfae
Descrizione Search Google Image for the selected text
Dimensione del File 111 KB
Conteggio Installazioni 1,678
Versione Corrente 1.1
Ultimo Aggiornamento 2018-01-01
Data di Pubblicazione 2018-01-01
Valutazione 4.20/5 Totale 5 Valutazioni
Sviluppatore Quy Nguyen
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search Google Image",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Search Google Image for the selected text",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "google_image.js"
        ]
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "author": [
        {
            "name": "Quy Nguyen",
            "email": "[email protected]"
        }
    ]
}