showWindowSize Firefox

Examine source code of showWindowSize

By: deni5n
Inspect and view changes in showWindowSize source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "showWindowSize",
  "description": "Utility for displaying browser window size",
  "version": "1.0.0",
  "permissions": [
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{15b25e21-b72a-43db-9106-82bbc989a0d6}"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "js/pd-size.js"
      ],
      "css": [
        "css/pd-view.css"
      ]
    }
  ]
}

Best showWindowSize Alternatives

Here are some Firefox add-ons that are similar to showWindowSize: