Save My Tabs Firefox

Examine source code of Save My Tabs

By: Ruby
Inspect and view changes in Save My Tabs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Save My Tabs",
  "version": "1.0",
  "description": "Save current tab URLs and revisit them anytime.",
  "permissions": [
    "tabs",
    "storage",
    "activeTab"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icon.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{ba7d8470-79d2-4c1f-bd15-da2fb0849009}"
    }
  }
}

Best Save My Tabs Alternatives

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