WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Markdown Editor

Markdown Editor

View on Chrome Web Store
View Markdown Editor Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
5 views
This extension has been viewed 5 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.

Edit Markdown with a rich toolbar, real-time preview, and platform support for HackerOne and Bugcrowd. Dark theme with Inter font.
Type
Extension
Users
4 users
1
Website tooldevs.com
MakeLifeEasier
View author page of MakeLifeEasier
Published
Published on April 29, 2025
Version 1.0
Manifest version
3
Updated
Updated on April 29, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Markdown Editor 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 Editor",
    "version": "1.0",
    "description": "Edit Markdown with a rich toolbar, real-time preview, and platform support for HackerOne and Bugcrowd. Dark theme with Inter font.",
    "permissions": [
        "downloads",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "markdown_editor.html",
                "css\/markdown_editor.css",
                "css\/popup.css",
                "css\/prism.css",
                "js\/markdown_editor.js",
                "js\/popup.js",
                "js\/marked.min.js",
                "js\/prism.js",
                "fonts\/Inter-Regular.woff2",
                "fonts\/Inter-Bold.woff2",
                "fonts\/Inter-SemiBold.woff2"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; style-src 'self' 'unsafe-inline'"
    }
}
© 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