Jit-er Bug
Add a JitPack button to Github Repos
什么是Jit-er Bug?
Jit-er Bug是由jrejaud开发的Chrome扩展程序,该扩展的主要功能是“Add a JitPack button to Github Repos”。
扩展截图
下载Jit-er Bug扩展crx文件
下载Jit-er Bug扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Add a JitPack button to Github Repos so you can easily navigate to the JitPack website and build that repo. 扩展基本信息
| 名称 | |
| ID | ccchppaoinmjadnclbdlmchdangpmlef |
| 官方URL | https://chromewebstore.google.com/detail/jit-er-bug/ccchppaoinmjadnclbdlmchdangpmlef |
| 简介 | Add a JitPack button to Github Repos |
| 文件大小 | 41.17 KB |
| 安装次数 | 22 |
| 当前版本 | 0.0.1 |
| 更新时间 | 2016-08-10 |
| 上架时间 | 2016-08-10 |
| 评分 | 5.00/5 共4次评分 |
| 开发者 | jrejaud |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://www.jordanrejaud.com |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Jit-er Bug",
"manifest_version": 2,
"version": "0.0.1",
"description": "Add a JitPack button to Github Repos",
"content_scripts": [
{
"matches": [
"https:\/\/github.com\/*\/*"
],
"js": [
"jquery-1.12.0.min.js",
"content_script.js"
],
"run_at": "document_end"
}
],
"icons": {
"128": "icon128.png"
}
} | |