WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Markdown Viewer

Markdown Viewer

View on Chrome Web Store
View Markdown Viewer Chrome Extension on Chrome Web Store
Add to bookmarks
4.3 (366 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Dark Mode • Themes • Autoreload • Mermaid Diagrams • MathJax • ToC • Syntax Highlighting
Type
Extension
Users
200,000 users
simov.github.io
View author page of simov.github.io
Featured Extension

Hand-picked for quality and usefulness

Published
Published on April 9, 2014
Version 5.3
Manifest version
3
Updated
Updated on May 2, 2024
productivity/tools
Extension Category
View on Chrome Web Store
View Markdown Viewer Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Markdown Viewer",
    "version": "5.3",
    "description": "Dark Mode \u2022 Themes \u2022 Autoreload \u2022 Mermaid Diagrams \u2022 MathJax \u2022 ToC \u2022 Syntax Highlighting",
    "homepage_url": "https:\/\/chromewebstore.google.com\/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": [
                "<all_urls>"
            ],
            "resources": [
                "\/content\/anchor.svg",
                "\/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"
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top