Page Info Display Firefox

Examine source code of Page Info Display

Inspect and view changes in Page Info Display source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Page Info Display",
  "version": "1.0",
  "description": "This add-on displays information about the current webpage.",
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{680e4596-3db4-4291-a775-99d846f0348e}"
    }
  }
}

Best Page Info Display Alternatives

Here are some Firefox add-ons that are similar to Page Info Display: