Test IE

Test IE

Test websites in all versions of real Internet Explorer (IE6 - IE11) and Edge straight from Chrome browser, through BrowserStack.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Test IE",
  "description": "Test websites in all versions of real Internet Explorer (IE6 - IE11) and Edge straight from Chrome browser, through BrowserStack.",
  "version": "4.0.1",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "background.html"
  },
  "icons": {
    "16": "logo16.png",
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "incognito": "split",
  "permissions": [
    "tabs"
  ]
}