Planter

GitHub/GitLabにおいてPlantUML記法で描画されたUML図を描画します。

What is Planter?

Planter is a Chrome extension developed by kitfactory, and its main feature is "GitHub/GitLabにおいてPlantUML記法で描画されたUML図を描画します。".

Extension Screenshots

screenshot

Download Planter Extension CRX File

Download Planter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        GitHub/GitLabにおいてPlantUML記法で描画されたUML図を描画します。
設定したPlantUMLサーバーを使い、リポジトリ内のMarkdownファイルやイシューの中のMarkdown記述をUML図に変換して表示します。
表示したUMLをクリックすると、もとのMarkdown記述とスイッチできます。                    

Extension Basic Information

Name Planter Planter
ID knjokobklkikglcolanaamnkefmkkemc
Official URL https://chromewebstore.google.com/detail/planter/knjokobklkikglcolanaamnkefmkkemc
Description GitHub/GitLabにおいてPlantUML記法で描画されたUML図を描画します。
File Size 315 KB
Installation Count 106
Current Version 1.0
Last Updated 2017-12-24
Publish Date 2017-12-23
Rating 5.00/5 Total 1 Ratings
Developer kitfactory
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Planter",
    "version": "1.0",
    "description": "GitHub\/GitLab\u306b\u304a\u3044\u3066PlantUML\u8a18\u6cd5\u3067\u63cf\u753b\u3055\u308c\u305fUML\u56f3\u3092\u63cf\u753b\u3057\u307e\u3059\u3002",
    "content_scripts": [
        {
            "js": [
                "rawdeflate.js",
                "pegmatite.js",
                "common.js",
                "content-script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "options_page": "option.html",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "planter16.png",
        "48": "planter48.png",
        "128": "planter128.png"
    }
}