Device Screen Tester

Device Screen Tester

Experience website designs on different mobile screens by emulating various devices, providing valuable insights into mobile compatibility and aesthetics.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "browser_style": true,
    "default_title": "Mobile View Tester",
    "default_popup": "window.html",
    "default_icon": {
      "64": "icons/logo_64.png"
    }
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "description": "Test the look of a website on different mobile devices",
  "homepage_url": "https://github.com/nabendu82/Addons",
  "manifest_version": 2,
  "name": "Mobile View Tester",
  "version": "1.0",
  "browser_specific_settings": {
    "gecko": {
      "id": "{d48d35d3-1a26-4360-9ff3-92bb6f963116}"
    }
  }
}