By: bermudi
Inspect and view changes in Page to Markdown source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Page to Markdown",
"version": "4.1.1",
"description": "Saves the current page as markdown",
"permissions": [
"activeTab",
"downloads",
"storage"
],
"options_ui": {
"page": "dist/options.html",
"open_in_tab": false
},
"browser_action": {
"default_icon": {
"48": "icons/icon48.png",
"96": "icons/icon96.png"
},
"default_title": "Save as Markdown"
},
"content_security_policy": "script-src 'self'; object-src 'self'",
"background": {
"scripts": [
"dist/background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"dist/content.js"
]
}
],
"icons": {
"48": "icons/icon48.png",
"96": "icons/icon96.png",
"128": "icons/icon.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{3ba5f422-9edc-46c9-8e29-b689840a4a8f}",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} Best Page to Markdown Alternatives
Here are some Firefox add-ons that are similar to Page to Markdown:
HTML to Markdown
TheCoolDump
.MD this page
Adem KOUKI
Webpage to Markdown
WeMeng
LLMFeeder - Web to Markdown for AI
jatinkrmalik.com
Markdown Collector
Simon Benedict
Copy as Markdown - Clipboard
Ibrahim Ozkan
MarkDownload - Markdown Web Clipper
death.au
Markdown Printer
Lev Gelfenbuim
Save HTML as Markdown
eupthere
Markdown Clipper
Milo Stroik
Copy as Markdown
Laxman
Simple Highlighter
Krzysztof Stopa