Mermaid + Confluence 💘
Chrome extension which present mermaid graphs in confluence pages..
Cos'è Mermaid + Confluence 💘?
Mermaid + Confluence 💘 è un'estensione di Chrome sviluppata da Omer Shacham, e la sua funzione principale è "Chrome extension which present mermaid graphs in confluence pages..".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Mermaid + Confluence 💘
Scarica i file di estensione Mermaid + Confluence 💘 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
                        A browser extension for Chrome, Opera & Firefox that adds Mermaid language support to GitHub.
Create diagrams using code blocks on Confluence files:
```mermaid
graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;
```
Visit https://mermaidjs.github.io/ for more information about Mermaid language syntax.                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | kkcjpjcmclkleblahkhbmfiejbifbbao | 
| URL Ufficiale | https://chromewebstore.google.com/detail/mermaid-+-confluence-%F0%9F%92%98/kkcjpjcmclkleblahkhbmfiejbifbbao | 
| Descrizione | Chrome extension which present mermaid graphs in confluence pages.. | 
| Dimensione del File | 1.93 MB | 
| Conteggio Installazioni | 31 | 
| Versione Corrente | 0.0.3 | 
| Ultimo Aggiornamento | 2021-04-21 | 
| Data di Pubblicazione | 2021-04-12 | 
| Sviluppatore | Omer Shacham | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Lingue Supportate | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mermaid + Confluence \ud83d\udc98",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "Chrome extension which present mermaid graphs in confluence pages..",
    "homepage_url": "https:\/\/github.com\/om3rr",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "browser_action": {
        "default_title": "TSRWPCX",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "https:\/\/*\/*"
    ],
    "content_security_policy": "default-src 'self';",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ]
}  |  |