Page Analyzer V2 Firefox

Examine source code of Page Analyzer V2

Inspect and view changes in Page Analyzer V2 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Page Analyzer V2",
  "version": "1.3",
  "description": "A simple page analyzer that provides insights about the current webpage.",
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "icons/logo_32.png",
      "64": "icons/logo_64.png",
      "128": "icons/logo_128.png"
    }
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{3f363b98-3968-4066-8678-4c45ef7f7a5d}"
    }
  }
}

Best Page Analyzer V2 Alternatives

Here are some Firefox add-ons that are similar to Page Analyzer V2: