Open Same Tab Firefox

Examine source code of Open Same Tab

By: em_te
Inspect and view changes in Open Same Tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Open Same Tab",
  "author": "Terry",
  "version": "0.1.7",
  "description": "__MSG_extensionDescription__",
  "manifest_version": 2,
  "default_locale": "en",
  "icons": {
    "16": "icon_16.png",
    "24": "icon_24.png",
    "38": "icon_38.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "permissions": [
    "activeTab",
    "notifications",
    "storage",
    "webNavigation"
  ],
  "optional_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "icon_16.png",
      "24": "icon_24.png",
      "38": "icon_38.png",
      "48": "icon_48.png"
    },
    "default_title": "__MSG_pageActionTitle__"
  },
  "options_ui": {
    "chrome_style": true,
    "page": "options.html"
  }
}

Best Open Same Tab Alternatives

Here are some Firefox add-ons that are similar to Open Same Tab: