PageRank Fast

PageRank Fast

Fast and simple PageRank extension for Google Chrome.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "PageRank Fast",
  "version": "2.2",
  "manifest_version": 2,
  "description": "Fast and simple PageRank extension for Google Chrome.",
  "icons": {
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "images/0.png"
    }
  },
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "tabs",
    "http://*/"
  ]
}