Monkeys | Mermaid for Github and Bitbucket
Renders charts from Mermaid markup on Github and Bitbucket
Cos'è Monkeys | Mermaid for Github and Bitbucket?
Monkeys | Mermaid for Github and Bitbucket è un'estensione di Chrome sviluppata da WeRoadMonkeys, e la sua funzione principale è "Renders charts from Mermaid markup on Github and Bitbucket".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Monkeys | Mermaid for Github and Bitbucket
Scarica i file di estensione Monkeys | Mermaid for Github and Bitbucket in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Renders charts from Mermaid markup on Github and Bitbucket Informazioni di Base sull'Estensione
| Nome | |
| ID | cplfdpoajbclbgphaphphcldamfkjlgi |
| URL Ufficiale | https://chromewebstore.google.com/detail/monkeys-mermaid-for-githu/cplfdpoajbclbgphaphphcldamfkjlgi |
| Descrizione | Renders charts from Mermaid markup on Github and Bitbucket |
| Dimensione del File | 433 KB |
| Conteggio Installazioni | 29 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2019-08-09 |
| Data di Pubblicazione | 2019-08-09 |
| Sviluppatore | WeRoadMonkeys |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
]
} | |