Open in IE Firefox

Examine source code of Open in IE

Inspect and view changes in Open in IE source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Open in IE",
  "description": "Send HTML links and webpages directly to the Internet Explorer browser without copy and paste!",
  "version": "0.3.3",
  "manifest_version": 2,
  "homepage_url": "https://webextension.org/listing/open-in.html?from=ie",
  "permissions": [
    "tabs",
    "storage",
    "contextMenus",
    "nativeMessaging"
  ],
  "optional_permissions": [
    "downloads"
  ],
  "background": {
    "scripts": [
      "/v2/chrome.action.js",
      "/v2/chrome.contextMenus.create.js",
      "/v2/chrome.runtime.js",
      "/v2/chrome.tabs.query.js",
      "worker.js"
    ]
  },
  "storage": {
    "managed_schema": "ie-schema.json"
  },
  "icons": {
    "16": "/data/icons/16.png",
    "32": "/data/icons/32.png",
    "48": "/data/icons/48.png",
    "64": "/data/icons/64.png",
    "128": "/data/icons/128.png",
    "256": "/data/icons/256.png",
    "512": "/data/icons/512.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "/data/page/protected.js"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "match_about_blank": true
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "/data/page/exposed.js"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "match_about_blank": true
    }
  ],
  "options_ui": {
    "page": "/data/options/index.html",
    "open_in_tab": true
  },
  "commands": {
    "_execute_browser_action": {}
  },
  "browser_action": {},
  "browser_specific_settings": {
    "gecko": {
      "id": "{5610edea-88c1-4370-b93d-86aa131971d1}"
    }
  }
}

Best Open in IE Alternatives

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