Monkeys | Mermaid for Github and Bitbucket

Renders charts from Mermaid markup on Github and Bitbucket

Was ist Monkeys | Mermaid for Github and Bitbucket?

Monkeys | Mermaid for Github and Bitbucket ist eine Chrome-Erweiterung, die von WeRoadMonkeys entwickelt wurde, und ihr Hauptmerkmal ist "Renders charts from Mermaid markup on Github and Bitbucket".

Erweiterungsscreenshots

screenshot

Monkeys | Mermaid for Github and Bitbucket-Erweiterungs-CRX-Datei herunterladen

Laden Sie Monkeys | Mermaid for Github and Bitbucket-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Renders charts from Mermaid markup on Github and Bitbucket                    

Grundlegende Informationen zur Erweiterung

Name Monkeys | Mermaid for Github and Bitbucket Monkeys | Mermaid for Github and Bitbucket
ID cplfdpoajbclbgphaphphcldamfkjlgi
Offizielle URL https://chromewebstore.google.com/detail/monkeys-mermaid-for-githu/cplfdpoajbclbgphaphphcldamfkjlgi
Beschreibung Renders charts from Mermaid markup on Github and Bitbucket
Dateigröße 433 KB
Installationsanzahl 29
Aktuelle Version 1.0.0
Letztes Update 2019-08-09
Veröffentlichungsdatum 2019-08-09
Entwickler WeRoadMonkeys
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}