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!
¿Qué es Git Search?
Git Search es una extensión de Chrome desarrollada por Georg Kunz · @geku, y su función principal es "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 Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Git Search
Descarga archivos de extensión Git Search en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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: gitgit 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.
Información Básica de la Extensión
Nombre | Git Search |
ID | cagcemjohhdepmbdngeehkmidlfmgmnn |
URL Oficial | https://chromewebstore.google.com/detail/git-search/cagcemjohhdepmbdngeehkmidlfmgmnn |
Descripción | GitHub CommandBar for Chrome. Type 'gh' and a search term to jump to a repository, user or a search. Enjoy the quick access! |
Tamaño del Archivo | 54.12 KB |
Cantidad de Instalaciones | 312 |
Versión Actual | 1.0 |
Última Actualización | 2012-09-18 |
Fecha de Publicación | 2012-09-18 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Georg Kunz · @geku |
Tipo de Pago | free |
Idiomas Soportados | 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 } |