Markdown Viewer

Markdown Viewer

Co je Markdown Viewer?

Markdown Viewer je rozšíření Chrome vyvinuté simov.github.io, a jeho hlavní funkcí je „Markdown Viewer“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Markdown Viewer

Stáhněte si soubory rozšíření Markdown Viewer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        ✔ 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                    

Základní Informace o Rozšíření

Název Markdown Viewer Markdown Viewer
ID ckkdlimhmcjmikdlpkmbgfkaikojcbjk
Oficiální URL https://chromewebstore.google.com/detail/markdown-viewer/ckkdlimhmcjmikdlpkmbgfkaikojcbjk
Popis Markdown Viewer
Velikost souboru 2.22 MB
Počet instalací 250,422
Aktuální Verze 5.2
Poslední Aktualizace 2023-09-27
Datum Vydání 2020-04-03
Hodnocení 4.25/5 Celkem 316 Hodnocení
Vývojář simov.github.io
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/simov/markdown-viewer
URL Stránky Nápovědy https://github.com/simov/markdown-viewer/issues
Podporované Jazyky 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"
    ]
}