Monkeys | Mermaid for Github and Bitbucket

Renders charts from Mermaid markup on Github and Bitbucket

Qu'est-ce que Monkeys | Mermaid for Github and Bitbucket ?

Monkeys | Mermaid for Github and Bitbucket est une extension Chrome développée par WeRoadMonkeys, et sa fonction principale est "Renders charts from Mermaid markup on Github and Bitbucket".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Monkeys | Mermaid for Github and Bitbucket

Téléchargez les fichiers d'extension Monkeys | Mermaid for Github and Bitbucket au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Renders charts from Mermaid markup on Github and Bitbucket                    

Informations de Base sur l'Extension

Nom Monkeys | Mermaid for Github and Bitbucket Monkeys | Mermaid for Github and Bitbucket
ID cplfdpoajbclbgphaphphcldamfkjlgi
URL Officiel https://chromewebstore.google.com/detail/monkeys-mermaid-for-githu/cplfdpoajbclbgphaphphcldamfkjlgi
Description Renders charts from Mermaid markup on Github and Bitbucket
Taille du Fichier 433 KB
Nombre d'Installations 29
Version Actuelle 1.0.0
Dernière Mise à Jour 2019-08-09
Date de Publication 2019-08-09
Développeur WeRoadMonkeys
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}