Search Google Image

Search Google Image for the selected text

¿Qué es Search Google Image?

Search Google Image es una extensión de Chrome desarrollada por Quy Nguyen, y su función principal es "Search Google Image for the selected text".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Search Google Image

Descarga archivos de extensión Search Google Image en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Search Google Image Search Google Image
ID kklenaehmadokmlmbehblimejakphfae
URL Oficial https://chrome.google.com/webstore/detail/search-google-image/kklenaehmadokmlmbehblimejakphfae
Descripción Search Google Image for the selected text
Tamaño del Archivo 111 KB
Cantidad de Instalaciones 1,678
Versión Actual 1.1
Última Actualización 2018-01-01
Fecha de Publicación 2018-01-01
Calificación 4.20/5 Total de 5 Calificaciones
Desarrollador Quy Nguyen
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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]"
        }
    ]
}