Heatmap Generator Firefox

Examine source code of Heatmap Generator

Inspect and view changes in Heatmap Generator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Heatmap Generator",
  "version": "1.3",
  "description": "Generates and persists a click-based heatmap on any webpage.",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "style.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{6bb76b09-1432-4979-9258-bb9ad6ef6694}"
    }
  }
}

Best Heatmap Generator Alternatives

Here are some Firefox add-ons that are similar to Heatmap Generator: