By: devUserContact
Inspect and view changes in Tabs to Markdown source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Tabs to Markdown",
"version": "1.3",
"description": "Converts all open tabs into a list of links in a Markdown file.",
"author": "Maxwell Wine <developer.user.contact@protonmail.com>",
"icons": {
"48": "icons/icon-48.png",
"96": "icons/icon-96.png"
},
"browser_action": {
"default_title": "Tabs to Markdown",
"default_popup": "popup/index.html"
},
"permissions": [
"contextMenus",
"tabs",
"downloads"
],
"commands": {
"convert-tabs-to-markdown": {
"suggested_key": {
"default": "Ctrl+Alt+M"
},
"description": "Convert all open tabs to markdown"
}
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"index.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{d296b211-4f3b-4caa-b28a-ba7e5b7ceaea}"
}
}
} Best Tabs to Markdown Alternatives
Here are some Firefox add-ons that are similar to Tabs to Markdown:
Tabs to Markdown with Notes
Berk Idem
TabsToFile
grnx
Simple Tab Manager
Anubosiris
Tab Save & Restore
Adit Bhatt
Export Tabs URLs as Markdown
Mathieu
Tab Link Exporter (CSV, Markdown, Hyperlink)
enoctua
Taggable Reading List
hsrtb
Copy as Markdown Link
JayBeeDe
Save Tab URLs to Markdown
Save Tabs as Markdown
Export Tabs URLs v2.1
Taptomod
tabSidian
cgranier
Copy Tabs URLs
Kevin Tully