Mermaid + Confluence 💘
Chrome extension which present mermaid graphs in confluence pages..
Co to jest Mermaid + Confluence 💘?
Mermaid + Confluence 💘 to rozszerzenie Chrome opracowane przez Omer Shacham, a jego główną funkcją jest „Chrome extension which present mermaid graphs in confluence pages..”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Mermaid + Confluence 💘
Pobierz pliki rozszerzeń Mermaid + Confluence 💘 w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        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.                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | kkcjpjcmclkleblahkhbmfiejbifbbao | 
| Oficjalny URL | https://chromewebstore.google.com/detail/mermaid-+-confluence-%F0%9F%92%98/kkcjpjcmclkleblahkhbmfiejbifbbao | 
| Opis | Chrome extension which present mermaid graphs in confluence pages.. | 
| Rozmiar pliku | 1.93 MB | 
| Liczba instalacji | 31 | 
| Aktualna Wersja | 0.0.3 | 
| Ostatnia Aktualizacja | 2021-04-21 | 
| Data Publikacji | 2021-04-12 | 
| Deweloper | Omer Shacham | 
| [email protected] | |
| Typ Płatności | free | 
| Obsługiwane Języki | 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"
            ]
        }
    ]
}  |  |