Page Element Counter Firefox

Examine source code of Page Element Counter

By: 98Win
Inspect and view changes in Page Element Counter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Page Element Counter",
  "version": "1.0.0",
  "description": "Analyze webpage structure by counting HTML elements, images, links, forms and more",
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Page Element Counter",
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{5f67dd3b-d24c-4d12-bc6f-4ad7c22f2165}"
    }
  }
}

Best Page Element Counter Alternatives

Here are some Firefox add-ons that are similar to Page Element Counter: