Instant Search

Instant google serarch from the current page. Highlight the text and click the search icon. Search results will be shown in a popup.

O que é Instant Search?

Instant Search é uma extensão do Chrome desenvolvida por amilagm, e sua principal característica é "Instant google serarch from the current page. Highlight the text and click the search icon. Search results will be shown in a popup.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Instant Search

Baixe arquivos de extensão Instant Search 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

                        This extension lets you run an instant google search from the current page you are viewing.

Just highlight the text that you want to search and click the search icon shown next to the highlighted text. 
Then A popup window will appear with the google search results. 

Your comments are always welcome.                    

Informações Básicas da Extensão

Nome Instant Search Instant Search
ID ldelfnbfmfpamgcanbnoonnblifbjihh
URL Oficial https://chromewebstore.google.com/detail/instant-search/ldelfnbfmfpamgcanbnoonnblifbjihh
Descrição Instant google serarch from the current page. Highlight the text and click the search icon. Search results will be shown in a popup.
Tamanho do Arquivo 19 KB
Contagem de Instalações 434
Versão Atual 1.0.1.2
Última Atualização 2013-11-23
Data de Publicação 2013-11-23
Classificação 5.00/5 Total de 9 Avaliações
Desenvolvedor amilagm
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Instant Search",
    "version": "1.0.1.2",
    "description": "Instant google serarch from the current page. Highlight the text and click the search icon. Search results will be shown in a popup.",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "*:\/\/*\/*",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "searchup.css"
            ],
            "js": [
                "searchup.js"
            ]
        }
    ]
}