underscore

Simple Omnibox shortcut support for easily getting access to underscore.js documentation. To Use: Simply type '_' into Chromes…

O que é underscore?

underscore é uma extensão do Chrome desenvolvida por ansonairoldi, e sua principal característica é "Simple Omnibox shortcut support for easily getting access to underscore.js documentation. To Use: Simply type '_' into Chromes…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão underscore

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

                        Simple Omnibox shortcut support for easily getting access to underscore.js documentation.

To Use: Simply type '_' into Chromes searchbox, followed by a tab or space. This will bring you into the extension's search context, where you can now search underscore's documentation.

-----
1.0.1: fixed breaking issue with underscore https                    

Informações Básicas da Extensão

Nome underscore underscore
ID pffeaanfhmcllmncifaihidglefccbeg
URL Oficial https://chromewebstore.google.com/detail/underscore/pffeaanfhmcllmncifaihidglefccbeg
Descrição Simple Omnibox shortcut support for easily getting access to underscore.js documentation. To Use: Simply type '_' into Chromes…
Tamanho do Arquivo 212 KB
Contagem de Instalações 14
Versão Atual 1.0.1
Última Atualização 2018-07-07
Data de Publicação 2018-07-07
Desenvolvedor ansonairoldi
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/ansonlouis/chrome-underscore
URL da Página de Ajuda https://github.com/ansonlouis/chrome-underscore
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "underscore",
    "version": "1.0.1",
    "manifest_version": 2,
    "permissions": [],
    "background": {
        "persistent": true,
        "page": ".\/background.html"
    },
    "omnibox": {
        "keyword": "_"
    }
}