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!
什么是Git Search?
Git Search是由Georg Kunz · @geku开发的Chrome扩展程序,该扩展的主要功能是“GitHub CommandBar for Chrome. Type 'gh' and a search term to jump to a repository, user or a search. Enjoy the quick access!”。
扩展截图
下载Git Search扩展crx文件
下载Git Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Git Search |
ID | cagcemjohhdepmbdngeehkmidlfmgmnn |
官方URL | https://chromewebstore.google.com/detail/git-search/cagcemjohhdepmbdngeehkmidlfmgmnn |
简介 | GitHub CommandBar for Chrome. Type 'gh' and a search term to jump to a repository, user or a search. Enjoy the quick access! |
文件大小 | 54.12 KB |
安装次数 | 312 |
当前版本 | 1.0 |
更新时间 | 2012-09-18 |
上架时间 | 2012-09-18 |
评分 | 5.00/5 共1次评分 |
开发者 | Georg Kunz · @geku |
付费类型 | free |
支持的语言 | 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 } |