Multi Split View Firefox

Examine source code of Multi Split View

Inspect and view changes in Multi Split View source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "1.1.0",
  "default_locale": "en",
  "permissions": [
    "tabs",
    "storage",
    "contextMenus",
    "notifications",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "__MSG_browserActionTitle__"
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "web_accessible_resources": [
    "split-view.html",
    "split-view.css",
    "split-view.js",
    "welcome.html",
    "welcome.css",
    "welcome.js"
  ],
  "icons": {
    "32": "icon-32.png",
    "48": "icon-48.png",
    "64": "icon-64.png",
    "96": "icon-96.png",
    "128": "icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{bb96c9a1-49b4-42eb-a69e-868db9a70696}"
    }
  }
}

Best Multi Split View Alternatives

Here are some Firefox add-ons that are similar to Multi Split View: