Bugzilla Board
Kanban-style board for Bugzilla. https://github.com/bendl/bugzilla-board
什么是Bugzilla Board?
Bugzilla Board是由github.com/bendl开发的Chrome扩展程序,该扩展的主要功能是“Kanban-style board for Bugzilla. https://github.com/bendl/bugzilla-board”。
扩展截图
下载Bugzilla Board扩展crx文件
下载Bugzilla Board扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Kanban-style board for Bugzilla.
Contribute at: https://github.com/bendl/bugzilla-board
Icons by: https://www.behance.net/teams/JustUI 扩展基本信息
| 名称 | |
| ID | jpiplomcgdmmogaegkdidngmkpgjomco |
| 官方URL | https://chrome.google.com/webstore/detail/bugzilla-board/jpiplomcgdmmogaegkdidngmkpgjomco |
| 简介 | Kanban-style board for Bugzilla. https://github.com/bendl/bugzilla-board |
| 文件大小 | 1.63 MB |
| 安装次数 | 65 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2017-04-23 |
| 上架时间 | 2017-04-23 |
| 开发者 | github.com/bendl |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/bendl/bugzilla-board |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Bugzilla Board",
"version": "1.0.0",
"manifest_version": 2,
"description": "Kanban-style board for Bugzilla. https:\/\/github.com\/bendl\/bugzilla-board",
"icons": {
"16": "images\/_icon16.png",
"48": "images\/_icon48.png",
"128": "images\/_icon128.png"
},
"default_locale": "en",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*buglist*"
],
"css": [
"bower_components\/angular\/angular-csp.css",
"bower_components\/bootstrap\/dist\/css\/bootstrap.min.css",
"style\/main.css"
],
"js": [
"bower_components\/angular\/angular.min.js",
"bower_components\/jquery\/dist\/jquery.min.js",
"scripts.babel\/contentscript.js"
],
"html": [
"templates\/board.html"
],
"run_at": "document_end",
"all_frames": false
}
],
"content_security_policy": "script-src 'self'; object-src 'self'",
"web_accessible_resources": [
"templates\/board.html",
"bower_components\/angular\/*"
]
} | |