Inspect and view changes in Markdown Export Tool source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "__MSG_extensionName__",
"version": "1.0.0",
"description": "__MSG_extensionDescription__",
"action": {
"default_popup": "popup/popup.html"
},
"icons": {
"128": "icons/icon-128.png"
},
"permissions": [
"storage",
"activeTab",
"scripting",
"tabs",
"contextMenus"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"scripts": [
"background/background.js"
]
},
"options_ui": {
"page": "options/options.html",
"open_in_tab": true
},
"browser_specific_settings": {
"gecko": {
"id": "{a4c57519-8685-82dd-8a33-3f3d36066862}",
"strict_min_version": "109.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"default_locale": "en",
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content/content.js"
],
"run_at": "document_idle"
}
]
} ベストのMarkdown Export Tool代替案
Markdown Export Toolに類似したFirefox add-onをいくつか紹介します:
Markdown Exporter
Rehina Reidun
Markdown Converter
TipTinker
MD Export
verqui
Markdown Page Exporter
'Ofra
Mindmap Node Exporter
Gene Jefferson
Metadata Exporter
Thedore
Page to Markdown Exporter
JH Software
Markdown FAQ Exporter
Kelsey
Export to Markdown
Jean
Chat Exporter
Alex
GitHub Markdown Exporter
fefedu973
Markdown Viewer Webext
Cimbali