By: Rehina Reidun
Inspect and view changes in Markdown Exporter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Markdown Exporter",
"description": "Convert the current page to a Markdown document and download it",
"version": "1.0",
"icons": {
"64": "icons/icon-64.png",
"128": "icons/icon-128.png"
},
"permissions": [
"activeTab",
"downloads"
],
"browser_action": {
"default_icon": "icons/icon-64.png",
"default_title": "Export Markdown",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"vendor/turndown.js",
"content.js"
],
"run_at": "document_end"
}
],
"browser_specific_settings": {
"gecko": {
"id": "{df7906ae-092a-470b-ad17-8333e252fe49}",
"strict_min_version": "120.0"
}
}
} Best Markdown Exporter Alternatives
Here are some Firefox add-ons that are similar to Markdown Exporter: