Bugzilla Board
Kanban-style board for Bugzilla. https://github.com/bendl/bugzilla-board
Bugzilla Boardคืออะไร?
Bugzilla Board เป็นส่วนขยายของ Chrome ที่พัฒนาโดย github.com/bendl และคุณลักษณะหลักของมันคือ "Kanban-style board for Bugzilla. https://github.com/bendl/bugzilla-board"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bugzilla Board
ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
]
} | |