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!
Apa itu Git Search?
Git Search adalah ekstensi Chrome yang dikembangkan oleh Georg Kunz · @geku, dan fitur utamanya adalah "GitHub CommandBar for Chrome. Type 'gh' and a search term to jump to a repository, user or a search. Enjoy the quick access!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Git Search
Unduh file ekstensi Git Search dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Git Search |
ID | cagcemjohhdepmbdngeehkmidlfmgmnn |
URL Resmi | https://chromewebstore.google.com/detail/git-search/cagcemjohhdepmbdngeehkmidlfmgmnn |
Deskripsi | GitHub CommandBar for Chrome. Type 'gh' and a search term to jump to a repository, user or a search. Enjoy the quick access! |
Ukuran File | 54.12 KB |
Jumlah Instalasi | 312 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2012-09-18 |
Tanggal Publikasi | 2012-09-18 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Georg Kunz · @geku |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |