IEability - Open in IE

IEability - Open in IE

IEability, run Internet Explorer in Chrome, use IE Tab mode to display your web pages, and seamlessly switch between IE and Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "icons/ie_48.png",
    "default_title": "__MSG_default_title__"
  },
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "16": "icons/ie_16.png",
    "48": "icons/ie_48.png",
    "128": "icons/ie_128.png"
  },
  "content_scripts": [
    {
      "js": [
        "js/content.js"
      ],
      "matches": [
        "*://*.ieability.com/*"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "js/content_ez.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA9yqxRovbWNjOHBjnqUfW92k7D8HOmD9pYqWKWhqwYsSF/qbC8jfACspJgjI/1c0PzKIclqjefCRysvF37P0Mhe5CTdNwDjyJB53XV7NQy/1Ij47+V/gN9r7VPvdgcNadnOearXguT6n6+0ZJl4MnnuIRflH8tJm3RLothXeUNcsk0QoEtdscGt/dNgqlNaPjFFXsXw8VOHN1PdtbTyz5Cn0Z34tk2pMn4D2njYTgusTDgb/y20yqpa65LshpaX2RAWN5HHSuJV8BonXM2qrOQg+5zeVFDmbRGykpXh8txXVNbt/BuiU+C4U4KeSqS1+vV/P2MdVbjAJpWvhNBkKAuQIDAQAB",
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://www.google-analytics.com; object-src 'self'",
  "manifest_version": 2,
  "name": "IEability - Open in IE",
  "options_page": "options.html",
  "permissions": [
    "tabs",
    "cookies",
    "storage",
    "contextMenus",
    "nativeMessaging",
    "webRequest",
    "webRequestBlocking",
    "downloads",
    "<all_urls>"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.22.1.0"
}