Tab Title Saver Firefox

Examine source code of Tab Title Saver

By: sybo Add-on
Inspect and view changes in Tab Title Saver source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tab Title Saver",
  "version": "1.0",
  "description": "Saves tab titles when a page does not load and displays saved titles via a menu option.",
  "permissions": [
    "tabs",
    "<all_urls>",
    "webNavigation",
    "storage",
    "history"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{11486f06-dbed-4569-a523-c9cf32585e4a}"
    }
  }
}

Best Tab Title Saver Alternatives

Here are some Firefox add-ons that are similar to Tab Title Saver: