Open in Microsoft Edge Firefox

Examine source code of Open in Microsoft Edge

Inspect and view changes in Open in Microsoft Edge source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Open in Microsoft Edge",
  "version": "1.1",
  "description": "Open current tab in Microsoft Edge (by simply adding 'microsoft-edge:' to URL, no need for additional software).",
  "icons": {
    "48": "icons/openInEdge-48.png",
    "96": "icons/openInEdge-96.png"
  },
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "browser_style": true,
    "default_title": "Open in Microsoft Edge",
    "default_icon": {
      "48": "icons/openInEdge-48.png"
    }
  },
  "applications": {
    "gecko": {
      "strict_min_version": "57.0a1"
    }
  },
  "commands": {
    "execute": {
      "suggested_key": {
        "default": "Alt+Shift+E",
        "linux": "Alt+Shift+E"
      },
      "description": "Open current tab in Microsoft Edge"
    }
  }
}

Best Open in Microsoft Edge Alternatives

Here are some Firefox add-ons that are similar to Open in Microsoft Edge: