Performance Map Firefox

Examine source code of Performance Map

Inspect and view changes in Performance Map source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Performance Map",
  "description": "Heatmap of resources loaded in the browser using the Resource Timing API",
  "version": "1.2.0",
  "permissions": [
    "tabs",
    "activeTab",
    "http://*/*",
    "https://*/*"
  ],
  "browser_action": {
    "default_icon": "icons/logo-16.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "applications": {
    "gecko": {
      "id": "@perfmap",
      "strict_min_version": "57.0"
    }
  },
  "icons": {
    "16": "icons/logo-16.png",
    "32": "icons/logo-32.png",
    "128": "icons/logo-128.png"
  },
  "manifest_version": 2
}

Meilleures alternatives Performance Map

Voici quelques Firefox add-ons qui sont similaires à Performance Map :