Google PageSpeed Insights Extension

Google PageSpeed Insights Extension

Check PageSpeed Insights score with a single click

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Google PageSpeed Insights Extension",
  "short_name": "Page Speed",
  "description": "Check PageSpeed Insights score with a single click",
  "version": "2.2.5",
  "author": "Varun Dey",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_icon": "icons/icon64.png",
    "default_popup": "index.html",
    "default_title": "Get score"
  },
  "permissions": [
    "activeTab",
    "https://ajax.googleapis.com/"
  ]
}