Gantt Viewer for Github Project
Manage Github project with Gantt chart - Powered by PingCAP and TiDB
Gantt Viewer for Github Projectคืออะไร?
Gantt Viewer for Github Project เป็นส่วนขยายของ Chrome ที่พัฒนาโดย PingCAP และคุณลักษณะหลักของมันคือ "Manage Github project with Gantt chart - Powered by PingCAP and TiDB"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gantt Viewer for Github Project
ดาวน์โหลดไฟล์ส่วนขยาย Gantt Viewer for Github Project ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Manage Github project with Gantt chart ! Usage: 1. Create a project of your repo 2. Create an issue and link this issue to this newly created project 3. Open popup to set issue data and progress by clicking: "Set Issue Gantt Meta" 4. Open your repo from popup by just clicking it Open user guide to read more about step-by-step usage. --- Powered by PingCAP https://pingcap.com/ TiDB - Tackling MySQL Scalability with TiDB, the most actively developed open source NewSQL database on GitHub
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Gantt Viewer for Github Project |
ID | epmlnpbkbohmcdncnblilnafjcmgdlmi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gantt-viewer-for-github-p/epmlnpbkbohmcdncnblilnafjcmgdlmi |
คำอธิบาย | Manage Github project with Gantt chart - Powered by PingCAP and TiDB |
ขนาดไฟล์ | 2.43 MB |
จำนวนการติดตั้ง | 379 |
เวอร์ชันปัจจุบัน | 0.6 |
อัปเดตครั้งล่าสุด | 2021-04-23 |
วันที่เผยแพร่ | 2020-04-11 |
คะแนน | 4.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | PingCAP |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.pingcap.com |
URL หน้านโยบายความเป็นส่วนตัว | https://en.pingcap.com/privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gantt Viewer for Github Project", "version": "0.6", "description": "Manage Github project with Gantt chart - Powered by PingCAP and TiDB", "permissions": [ "storage", "activeTab", "http:\/\/github.com\/*", "https:\/\/github.com\/*", "http:\/\/api.github.com\/*", "https:\/\/api.github.com\/*" ], "options_page": "dist\/index.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "dist\/popup.html", "default_icon": { "16": "icons\/gantt16.png", "32": "icons\/gantt32.png", "64": "icons\/gantt64.png", "128": "icons\/gantt128.png" } }, "icons": { "16": "icons\/gantt16.png", "32": "icons\/gantt32.png", "64": "icons\/gantt64.png", "128": "icons\/gantt128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content_script.js" ] } ], "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |