Planter

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

O que é Planter?

Planter é uma extensão do Chrome desenvolvida por kitfactory, e sua principal característica é "GitHub/GitLabにおいてPlantUML記法で描画されたUML図を描画します。".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Planter

Baixe arquivos de extensão Planter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Planter Planter
ID knjokobklkikglcolanaamnkefmkkemc
URL Oficial https://chromewebstore.google.com/detail/planter/knjokobklkikglcolanaamnkefmkkemc
Descrição GitHub/GitLabにおいてPlantUML記法で描画されたUML図を描画します。
Tamanho do Arquivo 315 KB
Contagem de Instalações 106
Versão Atual 1.0
Última Atualização 2017-12-24
Data de Publicação 2017-12-23
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor kitfactory
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}