Monkeys | Mermaid for Github and Bitbucket

Renders charts from Mermaid markup on Github and Bitbucket

Apa itu Monkeys | Mermaid for Github and Bitbucket?

Monkeys | Mermaid for Github and Bitbucket adalah ekstensi Chrome yang dikembangkan oleh WeRoadMonkeys, dan fitur utamanya adalah "Renders charts from Mermaid markup on Github and Bitbucket".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Monkeys | Mermaid for Github and Bitbucket

Unduh file ekstensi Monkeys | Mermaid for Github and Bitbucket dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Renders charts from Mermaid markup on Github and Bitbucket                    

Informasi Dasar Ekstensi

Nama Monkeys | Mermaid for Github and Bitbucket Monkeys | Mermaid for Github and Bitbucket
ID cplfdpoajbclbgphaphphcldamfkjlgi
URL Resmi https://chromewebstore.google.com/detail/monkeys-mermaid-for-githu/cplfdpoajbclbgphaphphcldamfkjlgi
Deskripsi Renders charts from Mermaid markup on Github and Bitbucket
Ukuran File 433 KB
Jumlah Instalasi 29
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2019-08-09
Tanggal Publikasi 2019-08-09
Pengembang WeRoadMonkeys
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}