Environments keeper Firefox

Examine source code of Environments keeper

Inspect and view changes in Environments keeper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Environments keeper",
  "version": "3.0",
  "description": "Helps people working on multiple environments to switch to differen environments",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "dist/background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "16-icon.png",
      "32": "32-icon.png",
      "48": "48-icon.png",
      "128": "128-icon.png"
    }
  },
  "icons": {
    "16": "16-icon.png",
    "32": "32-icon.png",
    "48": "48-icon.png",
    "128": "128-icon.png"
  },
  "manifest_version": 2
}

Best Environments keeper Alternatives

Here are some Firefox add-ons that are similar to Environments keeper: