Responsive Design Checker

Responsive Design Checker

Perfect your website's responsiveness with this versatile extension. Test it on various mobile devices for an impeccable user interface.

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": "{27c9703c-065f-4cc6-874d-ed18e769d830}"
    }
  }
}