Google PageSpeed Insights API Extension

Google PageSpeed Insights API Extension

Get the Google PageSpeed Insights score for all channels

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 API Extension",
  "short_name": "Google PageSpeed Insights API Extension",
  "description": "Get the Google PageSpeed Insights score for all channels",
  "version": "1.4",
  "author": "eliyas naswale",
  "version_name": "Production v5",
  "icons": {
    "16": "Images/icon_16.png",
    "48": "Images/icon_48.png",
    "128": "Images/icon_128.png"
  },
  "browser_action": {
    "default_icon": "Images/icon_128.png",
    "default_popup": "popup.html",
    "default_title": "Google PageSpeed Insights Score"
  },
  "permissions": [
    "http://*/*",
    "https://*/*",
    "tabs",
    "activeTab",
    "https://ajax.googleapis.com/"
  ]
}