Github Omnibar
Omnibar for Github
什么是Github Omnibar?
Github Omnibar是由https://oyanglul.us开发的Chrome扩展程序,该扩展的主要功能是“Omnibar for Github”。
扩展截图
下载Github Omnibar扩展crx文件
下载Github Omnibar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Dear Github
github.com deserve a omnibar, so I make you one, just like the the thing when you press "." on bitbucket.org
please install me and try press "p"
you're welcome 扩展基本信息
| 名称 | |
| ID | njccjmmakcbdpnlbodllfgiloenfpocb |
| 官方URL | https://chromewebstore.google.com/detail/github-omnibar/njccjmmakcbdpnlbodllfgiloenfpocb |
| 简介 | Omnibar for Github |
| 文件大小 | 220 KB |
| 安装次数 | 85 |
| 当前版本 | 0.1.2 |
| 更新时间 | 2016-03-21 |
| 上架时间 | 2016-03-21 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | https://oyanglul.us |
| 付费类型 | free |
| 扩展官网 | https://github.com/jcouyang/gh-omnibar |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Github Omnibar",
"version": "0.1.2",
"description": "Omnibar for Github",
"author": "Ouyang Jichao",
"content_scripts": [
{
"matches": [
"https:\/\/github.com\/*"
],
"js": [
"js\/jquery.min.js",
"js\/string_score.js",
"js\/app.js"
],
"css": [
"css\/site.css"
]
}
]
} | |