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!
Hvad er Git Search?
Git Search er en Chrome-udvidelse udviklet af Georg Kunz · @geku, og dens hovedfunktion er "GitHub CommandBar for Chrome. Type 'gh' and a search term to jump to a repository, user or a search. Enjoy the quick access!".
Udvidelsesskærmbilleder
Download Git Search-udvidelses-CRX-fil
Download Git Search-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | cagcemjohhdepmbdngeehkmidlfmgmnn |
| Officiel URL | https://chromewebstore.google.com/detail/git-search/cagcemjohhdepmbdngeehkmidlfmgmnn |
| Beskrivelse | GitHub CommandBar for Chrome. Type 'gh' and a search term to jump to a repository, user or a search. Enjoy the quick access! |
| Filstørrelse | 54.12 KB |
| Antal Installationer | 312 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2012-09-18 |
| Udgivelsesdato | 2012-09-18 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | Georg Kunz · @geku |
| Betalingsmetode | free |
| Understøttede Sprog | 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
} | |