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によって開発されたChromeの拡張機能で、その主な機能は「Manage Github project with Gantt chart - Powered by PingCAP and TiDB」です。

拡張機能のスクリーンショット

screenshot

Gantt Viewer for Github Project拡張機能のCRXファイルをダウンロード

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 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
Eメール [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'"
}