Responsify viewer Firefox

Examine source code of Responsify viewer

Inspect and view changes in Responsify viewer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Responsify",
  "version": "0.1",
  "description": "A simple slider to check the responsivness of the website.",
  "icons": {
    "96": "icons/icon-96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content_scripts/responsify.js"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "<all_urls>",
    "activeTab",
    "storage"
  ],
  "browser_action": {
    "default_title": "Responsify",
    "default_icon": "icons/browser-96.png",
    "default_popup": "popup/slider.html"
  },
  "author": "Karthikeyan Rajendran"
}

최고의 Responsify viewer 대안

다음은 Responsify viewer과(와) 유사한 Firefox add-on입니다: