Markdown Viewer

Markdown Viewer

What is Markdown Viewer?

Markdown Viewer is a Chrome extension developed by simov.github.io, and its main feature is "Markdown Viewer".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Markdown Viewer Extension CRX File

Download Markdown Viewer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ✔ 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                    

Extension Basic Information

Name Markdown Viewer Markdown Viewer
ID ckkdlimhmcjmikdlpkmbgfkaikojcbjk
Official URL https://chromewebstore.google.com/detail/markdown-viewer/ckkdlimhmcjmikdlpkmbgfkaikojcbjk
Description Markdown Viewer
File Size 2.22 MB
Installation Count 250,422
Current Version 5.2
Last Updated 2023-09-27
Publish Date 2020-04-03
Rating 4.25/5 Total 316 Ratings
Developer simov.github.io
Email [email protected]
Payment Type free
Extension Website https://github.com/simov/markdown-viewer
Help Page URL https://github.com/simov/markdown-viewer/issues
Supported Languages 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"
    ]
}