Wikipedia Search

To use, type 'wiki' & space, and a query term into the Omnibox. timothytocci.com

O que é Wikipedia Search?

Wikipedia Search é uma extensão do Chrome desenvolvida por https://timothytocci.wordpress.com, e sua principal característica é "To use, type 'wiki' & space, and a query term into the Omnibox. timothytocci.com".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Wikipedia Search

Baixe arquivos de extensão Wikipedia 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 is an Omnibox extension that enables you to search Wikipedia from the browser. To use, type 'wiki' & space, and a query term into the Omnibox. 
To view the code for this extension and many more visit http://timothytocci.com/                    

Informações Básicas da Extensão

Nome Wikipedia Search Wikipedia Search
ID chekijheblihjfainmnakhfkahfhaegg
URL Oficial https://chromewebstore.google.com/detail/wikipedia-search/chekijheblihjfainmnakhfkahfhaegg
Descrição To use, type 'wiki' & space, and a query term into the Omnibox. timothytocci.com
Tamanho do Arquivo 14.49 KB
Contagem de Instalações 18
Versão Atual 0.1
Última Atualização 2014-01-28
Data de Publicação 2014-01-27
Desenvolvedor https://timothytocci.wordpress.com
Tipo de Pagamento free
Site da Extensão http://timothytocci.com/
URL da Página de Ajuda http://timothytocci.com/
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wikipedia Search",
    "short_name": "wiki Search",
    "description": "To use, type 'wiki' & space, and a query term into the Omnibox. timothytocci.com",
    "version": "0.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "wiki"
    },
    "icons": {
        "16": "wiki_16.png",
        "32": "wiki_32.png",
        "48": "wiki_48.png",
        "128": "wiki_128.png"
    },
    "manifest_version": 2
}