Markdown Viewer

Markdown Viewer

Cos'è Markdown Viewer?

Markdown Viewer è un'estensione di Chrome sviluppata da simov.github.io, e la sua funzione principale è "Markdown Viewer".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Markdown Viewer

Scarica i file di estensione Markdown Viewer 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

                        ✔ Secure by design
✔ Render local and remote file URLs
✔ Granular access to remote origins
✔ Multiple markdown parsers
✔ Full control over the compiler options
✔ 30+ Themes
✔ GitHub Flavored Markdown (GFM)
✔ Auto reload on file change
✔ Syntax highlighted code blocks
✔ Table of Contents (ToC)
✔ MathJax formulas
✔ Mermaid diagrams
✔ Convert emoji shortnames
✔ Remember scroll position
✔ Markdown Content-Type detection
✔ Configurable Markdown file path detection
✔ Settings synchronization
✔ Raw and rendered markdown views
✔ Free and Open Source

✚ Full Documentation

✔ https://github.com/simov/markdown-viewer                    

Informazioni di Base sull'Estensione

Nome Markdown Viewer Markdown Viewer
ID ckkdlimhmcjmikdlpkmbgfkaikojcbjk
URL Ufficiale https://chromewebstore.google.com/detail/markdown-viewer/ckkdlimhmcjmikdlpkmbgfkaikojcbjk
Descrizione Markdown Viewer
Dimensione del File 2.22 MB
Conteggio Installazioni 250,422
Versione Corrente 5.2
Ultimo Aggiornamento 2023-09-27
Data di Pubblicazione 2020-04-03
Valutazione 4.25/5 Totale 316 Valutazioni
Sviluppatore simov.github.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/simov/markdown-viewer
URL della Pagina di Aiuto https://github.com/simov/markdown-viewer/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Markdown Viewer",
    "version": "5.2",
    "description": "Markdown Viewer",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/markdown-viewer\/ckkdlimhmcjmikdlpkmbgfkaikojcbjk",
    "icons": {
        "16": "\/icons\/default\/16x16.png",
        "19": "\/icons\/default\/19x19.png",
        "38": "\/icons\/default\/38x38.png",
        "48": "\/icons\/default\/48x48.png",
        "128": "\/icons\/default\/128x128.png"
    },
    "action": {
        "default_icon": {
            "16": "\/icons\/default\/16x16.png",
            "19": "\/icons\/default\/19x19.png",
            "38": "\/icons\/default\/38x38.png",
            "48": "\/icons\/default\/48x48.png",
            "128": "\/icons\/default\/128x128.png"
        },
        "default_title": "Markdown Viewer",
        "default_popup": "\/popup\/index.html"
    },
    "background": {
        "service_worker": "\/background\/index.js"
    },
    "options_page": "\/options\/index.html",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "\/icons\/default\/16x16.png",
                "\/icons\/dark\/16x16.png",
                "\/icons\/light\/16x16.png",
                "\/themes\/*",
                "\/vendor\/mathjax\/fonts\/*",
                "\/vendor\/prism.min.css",
                "\/vendor\/prism-okaidia.min.css"
            ]
        }
    ],
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "file:\/\/\/*"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/"
    ],
    "optional_permissions": [
        "webRequest"
    ]
}