Screen Splitter Firefox

Examine source code of Screen Splitter

By: Lanxk
Inspect and view changes in Screen Splitter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "0.0.1",
  "manifest_version": 3,
  "browser_specific_settings": {
    "gecko": {
      "id": "lanxk-split-screen@lanxk.com"
    }
  },
  "default_locale": "en",
  "action": {
    "default_popup": "src/popup.html",
    "default_icon": "icons/favicon-32.png"
  },
  "icons": {
    "128": "icons/favicon-192.png"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "contextMenus",
    "storage"
  ],
  "background": {
    "scripts": [
      "src/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [],
      "matches": []
    }
  ]
}

Best Screen Splitter Alternatives

Here are some Firefox add-ons that are similar to Screen Splitter: