IE NetRenderer button

IE NetRenderer button

Displays a snapshot of the current page as viewed in various Internet Explorer versions, provided by IE NetRenderer webservice.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "applications": {
    "gecko": {
      "id": "ienetrenderer-nico@nc"
    }
  },
  "name": "IE NetRenderer button",
  "version": "1.4resigned1",
  "author": "nico@nc",
  "description": "__MSG_extensionDesc__",
  "icons": {
    "48": "icons/nr-icon-48.png",
    "96": "icons/nr-icon-96.png"
  },
  "browser_action": {
    "browser_style": true,
    "default_popup": "popup.html",
    "default_title": "IE NetRenderer",
    "default_icon": "icons/nr-button.svg"
  },
  "permissions": [
    "activeTab"
  ],
  "default_locale": "en"
}