Live <-> Dev swapper Firefox

Examine source code of Live <-> Dev swapper

Inspect and view changes in Live <-> Dev swapper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Live <-> Dev swapper",
  "version": "1.0.2",
  "author": "Dominik Hitschmann",
  "description": "Swap from live url to localhost-url and backword with one click",
  "icons": {
    "32": "img/logo.png"
  },
  "browser_action": {
    "default_icon": {
      "32": "img/logo-off.png"
    }
  },
  "permissions": [
    "activeTab",
    "<all_urls>",
    "storage"
  ],
  "background": {
    "scripts": [
      "src/background.js"
    ]
  },
  "options_ui": {
    "page": "src/settings/index.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{9b122766-0827-4066-80ce-93621f869103}"
    }
  }
}

Best Live <-> Dev swapper Alternatives

Here are some Firefox add-ons that are similar to Live <-> Dev swapper: