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
}

ベストのPerformance Map代替案

Performance Mapに類似したFirefox add-onをいくつか紹介します: