Monkeys | Mermaid for Github and Bitbucket

Renders charts from Mermaid markup on Github and Bitbucket

O que é Monkeys | Mermaid for Github and Bitbucket?

Monkeys | Mermaid for Github and Bitbucket é uma extensão do Chrome desenvolvida por WeRoadMonkeys, e sua principal característica é "Renders charts from Mermaid markup on Github and Bitbucket".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Monkeys | Mermaid for Github and Bitbucket

Baixe arquivos de extensão Monkeys | Mermaid for Github and Bitbucket 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

                        Renders charts from Mermaid markup on Github and Bitbucket                    

Informações Básicas da Extensão

Nome Monkeys | Mermaid for Github and Bitbucket Monkeys | Mermaid for Github and Bitbucket
ID cplfdpoajbclbgphaphphcldamfkjlgi
URL Oficial https://chromewebstore.google.com/detail/monkeys-mermaid-for-githu/cplfdpoajbclbgphaphphcldamfkjlgi
Descrição Renders charts from Mermaid markup on Github and Bitbucket
Tamanho do Arquivo 433 KB
Contagem de Instalações 29
Versão Atual 1.0.0
Última Atualização 2019-08-09
Data de Publicação 2019-08-09
Desenvolvedor WeRoadMonkeys
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}