Monkeys | Mermaid for Github and Bitbucket

Renders charts from Mermaid markup on Github and Bitbucket

Monkeys | Mermaid for Github and Bitbucketとは何ですか?

Monkeys | Mermaid for Github and BitbucketはWeRoadMonkeysによって開発されたChromeの拡張機能で、その主な機能は「Renders charts from Mermaid markup on Github and Bitbucket」です。

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

screenshot

Monkeys | Mermaid for Github and Bitbucket拡張機能のCRXファイルをダウンロード

Monkeys | Mermaid for Github and Bitbucket拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Renders charts from Mermaid markup on Github and Bitbucket                    

拡張機能の基本情報

名前 Monkeys | Mermaid for Github and Bitbucket Monkeys | Mermaid for Github and Bitbucket
ID cplfdpoajbclbgphaphphcldamfkjlgi
公式URL https://chromewebstore.google.com/detail/monkeys-mermaid-for-githu/cplfdpoajbclbgphaphphcldamfkjlgi
説明 Renders charts from Mermaid markup on Github and Bitbucket
ファイルサイズ 433 KB
インストール数 29
現在のバージョン 1.0.0
最終更新日 2019-08-09
公開日 2019-08-09
開発者 WeRoadMonkeys
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Monkeys | Mermaid for Github and Bitbucket",
    "description": "Renders charts from Mermaid markup on Github and Bitbucket",
    "version": "1.0.0",
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/github.com\/*",
                "*:\/\/bitbucket.org\/*"
            ],
            "css": [
                "mermaid.forest.css"
            ],
            "js": [
                "mermaid.js",
                "init.js"
            ]
        }
    ]
}