Alexa Rank in Addressbar

Alexa Rank in Addressbar

Show small alexa rank info in addressbar. Normally alexa stopped working, but our addon still works through alexa api

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Alexa Rank in Addressbar",
  "author": "glychee",
  "version": "1.0.1",
  "description": "AlexaRANK Bar",
  "icons": {
    "48": "icons/icon-48.png"
  },
  "permissions": [
    "tabs",
    "webRequest",
    "<all_urls>",
    "storage"
  ],
  "page_action": {
    "browser_style": true,
    "default_icon": "icons/icon-38.png",
    "default_title": "Alexa Rank Button",
    "default_popup": "popup/details.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{cec5d92f-fa8b-4f5e-8017-7a991d81fd2d}"
    }
  }
}