GitHub Search Tool
Instant access to the GitHub search bar
O que é GitHub Search Tool?
GitHub Search Tool é uma extensão do Chrome desenvolvida por Paweł Urbanek, e sua principal característica é "Instant access to the GitHub search bar".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão GitHub Search Tool
Baixe arquivos de extensão GitHub Search Tool 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
Extension provides access to the GitHub search bar. Click the icon or press CTRL(CMD)+SHIFT+F to show the search bar. Type in the search phrase and press ENTER. Results will display in the current tab. If you have already a binding for the default shortcut, extension will NOT overwrite it. You can set your own in Chrome settings.
Informações Básicas da Extensão
Nome | GitHub Search Tool |
ID | mppgeiejiiffmgmhllepmpjpaaffakpl |
URL Oficial | https://chromewebstore.google.com/detail/github-search-tool/mppgeiejiiffmgmhllepmpjpaaffakpl |
Descrição | Instant access to the GitHub search bar |
Tamanho do Arquivo | 23.06 KB |
Contagem de Instalações | 215 |
Versão Atual | 0.2.2 |
Última Atualização | 2013-12-02 |
Data de Publicação | 2013-12-02 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Paweł Urbanek |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/pawurb/GitHubSimpleSearch |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub Search Tool", "description": "Instant access to the GitHub search bar", "version": "0.2.2", "browser_action": { "default_title": "GitHub Simple Search", "default_popup": "search_bar.html", "default_icon": "images\/popup-icon.png" }, "icons": { "128": "images\/128-icon.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" } } }, "manifest_version": 2 } |