Omgili Search

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

O que é Omgili Search?

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

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Omgili Search

Baixe arquivos de extensão Omgili 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 Omgili from the browser. To use, type 'omg', a space, and query into the Omnibox. Then choose a time frame that you desire from the dropdown and it will open your results in a new tab. 
To view the code for this extension and many more visit: http://timothytocci.com/                    

Informações Básicas da Extensão

Nome Omgili Search Omgili Search
ID jllbgnjiffjogdmoljjljeedafbndamm
URL Oficial https://chromewebstore.google.com/detail/omgili-search/jllbgnjiffjogdmoljjljeedafbndamm
Descrição To use, type 'omg' & space, and a query term into the Omnibox. timothytocci.com
Tamanho do Arquivo 15.6 KB
Contagem de Instalações 25
Versão Atual 0.1
Última Atualização 2014-01-29
Data de Publicação 2014-01-28
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": "Omgili Search",
    "short_name": "omg Search",
    "description": "To use, type 'omg' & space, and a query term into the Omnibox. timothytocci.com",
    "version": "0.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "omg"
    },
    "icons": {
        "16": "omg_16.png",
        "32": "omg_32.png",
        "48": "omg_48.png",
        "128": "omg_128.png"
    },
    "manifest_version": 2
}