By: Berk Idem
Inspect and view changes in Tabs to Markdown with Notes source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Tab Saver to Markdown",
"version": "1.0.4",
"description": "Save all your open tabs to organized markdown files with rich metadata, usage statistics, and tab relationships. Perfect for tab hoarders who need to archive and annotate their browsing sessions.",
"categories": [
"productivity"
],
"browser_specific_settings": {
"gecko": {
"id": "tab-saver-markdown@berkidem.com"
}
},
"permissions": [
"tabs",
"downloads",
"activeTab",
"notifications",
"storage"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_title": "Save all tabs to markdown",
"default_popup": "popup.html",
"default_icon": {
"16": "icon.svg",
"48": "icon.svg",
"128": "icon.svg"
}
},
"commands": {
"save-tabs": {
"suggested_key": {
"default": "Ctrl+Alt+M"
},
"description": "Save all tabs to markdown"
}
},
"web_accessible_resources": [
"editor.html",
"editor.js",
"options.js"
],
"options_ui": {
"page": "options.html",
"open_in_tab": true
}
} Best Tabs to Markdown with Notes Alternatives
Here are some Firefox add-ons that are similar to Tabs to Markdown with Notes:
tabSidian
cgranier
tabsnap — capture all your tabs in one click
vøiddo
Markdown New Tab
Mihir Chaturvedi (plibither8)
Multi-Tab Saver with Notes
Brent
Tabs to Markdown
devUserContact
Export Tabs URLs as Markdown
Mathieu
TabNotion
BurhanUX
MemoTab Notes
Ab.Dev
nuTab
Tomas Vestenicky
Markdown Notes
Margahara
Tab URL Exporter
Patric Cunha