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 PingCAP द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Manage Github project with Gantt chart - Powered by PingCAP and TiDB"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Gantt Viewer for Github Project एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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'" } |