Git Search

GitHub CommandBar for Chrome. Type 'gh' and a search term to jump to a repository, user or a search. Enjoy the quick access!

O que é Git Search?

Git Search é uma extensão do Chrome desenvolvida por Georg Kunz · @geku, e sua principal característica é "GitHub CommandBar for Chrome. Type 'gh' and a search term to jump to a repository, user or a search. Enjoy the quick access!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Git Search

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

                        Get quick access to the most important pages of your GitHub Account: type "gh" into the input field followed by the name of a repository or user. Select the desired repository or user with the cursor and hit enter. Git Search brings you directly to the page without long typing.

Examples:
git 
git  pulls
git  issues
git  
git 
git 
git 


Git Search implements a subset of the GitHub CommandBar commands on their page (https://github.com/blog/1264-introducing-the-command-bar).

Git Search is not affiliated with GitHub.                    

Informações Básicas da Extensão

Nome Git Search Git Search
ID cagcemjohhdepmbdngeehkmidlfmgmnn
URL Oficial https://chromewebstore.google.com/detail/git-search/cagcemjohhdepmbdngeehkmidlfmgmnn
Descrição GitHub CommandBar for Chrome. Type 'gh' and a search term to jump to a repository, user or a search. Enjoy the quick access!
Tamanho do Arquivo 54.12 KB
Contagem de Instalações 312
Versão Atual 1.0
Última Atualização 2012-09-18
Data de Publicação 2012-09-18
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Georg Kunz · @geku
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Git Search",
    "description": "GitHub CommandBar for Chrome. Type 'gh' and a search term to jump to a repository, user or a search. Enjoy the quick access!",
    "version": "1.0",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "omnibox": {
        "keyword": "gh"
    },
    "permissions": [
        "tabs",
        "https:\/\/github.com\/"
    ],
    "manifest_version": 2
}