markdown mermaid

markdown-mermaid-plugin

Cos'è markdown mermaid?

markdown mermaid è un'estensione di Chrome sviluppata da ljwiie, e la sua funzione principale è "markdown-mermaid-plugin".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione markdown mermaid

Scarica i file di estensione markdown mermaid 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

                        Markdown Viewer 插件增强,在该插件的基础上解析markdown文档中mermaid格式的代码块,将其转换为相应的图形展示到页面上。                    

Informazioni di Base sull'Estensione

Nome markdown mermaid markdown mermaid
ID bmmfmohfjjppegklllannmmbbnopdnif
URL Ufficiale https://chromewebstore.google.com/detail/markdown-mermaid/bmmfmohfjjppegklllannmmbbnopdnif
Descrizione markdown-mermaid-plugin
Dimensione del File 233 KB
Conteggio Installazioni 40
Versione Corrente 0.0.1
Ultimo Aggiornamento 2021-02-22
Data di Pubblicazione 2021-02-22
Sviluppatore ljwiie
Email [email protected]
Tipo di Pagamento free
Lingue Supportate zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "markdown mermaid",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "markdown-mermaid-plugin",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "markdown mermaid",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/\/*.md"
            ],
            "js": [
                "js\/mermaid.min.js",
                "js\/main.js"
            ],
            "run_at": "document_start"
        }
    ]
}