Search Google Image

Search Google Image for the selected text

O que é Search Google Image?

Search Google Image é uma extensão do Chrome desenvolvida por Quy Nguyen, e sua principal característica é "Search Google Image for the selected text".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Search Google Image

Baixe arquivos de extensão Search Google Image no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Search Google Image Search Google Image
ID kklenaehmadokmlmbehblimejakphfae
URL Oficial https://chrome.google.com/webstore/detail/search-google-image/kklenaehmadokmlmbehblimejakphfae
Descrição Search Google Image for the selected text
Tamanho do Arquivo 111 KB
Contagem de Instalações 1,678
Versão Atual 1.1
Última Atualização 2018-01-01
Data de Publicação 2018-01-01
Classificação 4.20/5 Total de 5 Avaliações
Desenvolvedor Quy Nguyen
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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]"
        }
    ]
}