Webpage Speed Test Tool

Webpage Speed Test Tool

Find out load speed of your website

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Webpage Speed Test Tool",
  "default_locale": "en",
  "description": "Find out load speed of your website",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "version": "1.0",
  "icons": {
    "128": "images/icon-128.png"
  },
  "browser_action": {
    "default_icon": "images/icon-128.png"
  }
}