Tabs to Markdown with Notes Firefox

Examine source code of Tabs to Markdown with Notes

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: