BB Ex
Layout fixes on BitBucket
什么是BB Ex?
BB Ex是由csbubbles开发的Chrome扩展程序,该扩展的主要功能是“Layout fixes on BitBucket”。
扩展截图
下载BB Ex扩展crx文件
下载BB Ex扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Allows to show/hide columns on BitBucket's "Issues" page and change the number of spaces for the indent size (code view). 扩展基本信息
| 名称 | |
| ID | fmojbbgceielgehcihacicbdhednlkcl |
| 官方URL | https://chromewebstore.google.com/detail/bb-ex/fmojbbgceielgehcihacicbdhednlkcl |
| 简介 | Layout fixes on BitBucket |
| 文件大小 | 54.67 KB |
| 安装次数 | 41 |
| 当前版本 | 0.0.12 |
| 更新时间 | 2015-05-03 |
| 上架时间 | 2015-05-02 |
| 评分 | 4.75/5 共8次评分 |
| 开发者 | csbubbles |
| 付费类型 | free |
| 扩展官网 | https://bitbucket.org/bugzinga/bb-ex |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "BB Ex",
"description": "Layout fixes on BitBucket",
"version": "0.0.12",
"icons": {
"16": "img\/icon-16.png",
"48": "img\/icon-48.png",
"128": "img\/icon-128.png"
},
"permissions": [
"storage"
],
"browser_action": {
"default_icon": "img\/icon-48.png",
"default_popup": "settings.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/bitbucket.org\/*",
"https:\/\/bitbucket.org\/*"
],
"js": [
"jquery-1.10.2.min.js",
"content.js"
]
}
]
} | |