Inspect and view changes in Markdown Viewer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Markdown Viewer",
"version": "0.8.0",
"description": "Render .md pages as readable HTML with TOC, metadata, tasks, and optional external images.",
"author": "hvanmegen@gmail.com",
"permissions": [
"<all_urls>",
"storage"
],
"content_scripts": [
{
"matches": [
"*://*/*.md*",
"*://*/*.MD*"
],
"js": [
"markdown_renderer.js",
"plain_view.js"
],
"run_at": "document_end"
}
],
"icons": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"96": "icons/icon-96.png",
"128": "icons/icon-128.png"
},
"browser_action": {
"default_title": "Markdown Viewer",
"default_popup": "popup.html",
"default_icon": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png"
}
},
"browser_specific_settings": {
"gecko": {
"id": "hvanmegen@gmail.com",
"strict_min_version": "142.0",
"data_collection_permissions": {
"required": [
"none"
],
"optional": []
}
}
}
} Best Markdown Viewer Alternatives
Here are some Firefox add-ons that are similar to Markdown Viewer:
Markdown Viewer
Burlac MIhail
Markdown Viewer & Reader
Vivek Maskara
Markdown Viewer Webext
Cimbali
Markdown Viewer Pro
Soul in Silicon
Markdown Reader Pro
egopb
Markdown file reader
JTR
Markdown Reader
Bener
Light MD Viewer
Hayyarden
Online Markdown Viewer with HTML Preview
mdapp leadtech
Markdown Viewer
simov
Markdown Viewer
markdown_viewer
Markdown Editor for Firefox
Coffee & Fun LLC