Save Tabs to Text Firefox

Examine source code of Save Tabs to Text

Inspect and view changes in Save Tabs to Text source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Save Tabs to Text",
  "version": "2.0",
  "description": "Save tabs to a text file.",
  "browser_specific_settings": {
    "gecko": {
      "id": "tabtxt@cowtools.net"
    }
  },
  "icons": {
    "48": "icons/icon48.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "downloads",
    "clipboardWrite"
  ],
  "browser_action": {
    "default_icon": "icons/icon32.png",
    "default_title": "Save Tabs",
    "default_popup": "save_dialog.html"
  },
  "background": {
    "scripts": [
      "tabtxt.js"
    ],
    "persistent": false
  }
}

Best Save Tabs to Text Alternatives

Here are some Firefox add-ons that are similar to Save Tabs to Text: