Multiview Firefox

Examine source code of Multiview

By: jgwl
Inspect and view changes in Multiview source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "author": "Jarrett Lee",
  "manifest_version": 2,
  "name": "Multiview",
  "version": "1.5",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "description": "Opens URL twice in two panes on the same page.",
  "icons": {
    "16": "multiview.svg",
    "48": "multiview.svg",
    "96": "multiview.svg"
  },
  "page_action": {
    "browser_style": true,
    "default_icon": {
      "16": "multiview.svg",
      "24": "multiview.svg"
    },
    "default_title": "Multiview"
  },
  "permissions": [
    "tabs",
    "contextMenus",
    "webRequest",
    "webRequestBlocking",
    "*://*/*"
  ]
}

Best Multiview Alternatives

Here are some Firefox add-ons that are similar to Multiview: