Monkeys | Mermaid for Github and Bitbucket
Renders charts from Mermaid markup on Github and Bitbucket
Co je Monkeys | Mermaid for Github and Bitbucket?
Monkeys | Mermaid for Github and Bitbucket je rozšíření Chrome vyvinuté WeRoadMonkeys, a jeho hlavní funkcí je „Renders charts from Mermaid markup on Github and Bitbucket“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Monkeys | Mermaid for Github and Bitbucket
Stáhněte si soubory rozšíření Monkeys | Mermaid for Github and Bitbucket ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Renders charts from Mermaid markup on Github and Bitbucket Základní Informace o Rozšíření
| Název | |
| ID | cplfdpoajbclbgphaphphcldamfkjlgi |
| Oficiální URL | https://chromewebstore.google.com/detail/monkeys-mermaid-for-githu/cplfdpoajbclbgphaphphcldamfkjlgi |
| Popis | Renders charts from Mermaid markup on Github and Bitbucket |
| Velikost souboru | 433 KB |
| Počet instalací | 29 |
| Aktuální Verze | 1.0.0 |
| Poslední Aktualizace | 2019-08-09 |
| Datum Vydání | 2019-08-09 |
| Vývojář | WeRoadMonkeys |
| [email protected] | |
| Typ Platby | free |
| Podporované Jazyky | 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"
]
}
]
} | |