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!
Co to jest Git Search?
Git Search to rozszerzenie Chrome opracowane przez Georg Kunz · @geku, a jego główną funkcją jest „GitHub CommandBar for Chrome. Type 'gh' and a search term to jump to a repository, user or a search. Enjoy the quick access!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Git Search
Pobierz pliki rozszerzeń Git Search w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | cagcemjohhdepmbdngeehkmidlfmgmnn |
| Oficjalny URL | https://chromewebstore.google.com/detail/git-search/cagcemjohhdepmbdngeehkmidlfmgmnn |
| Opis | GitHub CommandBar for Chrome. Type 'gh' and a search term to jump to a repository, user or a search. Enjoy the quick access! |
| Rozmiar pliku | 54.12 KB |
| Liczba instalacji | 312 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2012-09-18 |
| Data Publikacji | 2012-09-18 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | Georg Kunz · @geku |
| Typ Płatności | free |
| Obsługiwane Języki | 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
} | |