Merge Named Browser Windows Firefox

Examine source code of Merge Named Browser Windows

Inspect and view changes in Merge Named Browser Windows source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "1.1",
  "author": "ClearCode Inc.",
  "description": "__MSG_extensionDescription__",
  "permissions": [
    "storage",
    "tabs",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "extlib/Configs.js",
      "common.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true
  },
  "default_locale": "en",
  "applications": {
    "gecko": {
      "id": "merge-named-browser-windows@clear-code.com",
      "strict_min_version": "60.0"
    }
  }
}

Best Merge Named Browser Windows Alternatives

Here are some Firefox add-ons that are similar to Merge Named Browser Windows: