Web History Stat

Web History Stat

Generate Stat chart based on your web history

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Web History Stat",
  "version": "0.1",
  "description": "Generate Stat chart based on your web history",
  "permissions": [
    "history"
  ],
  "browser_action": {
    "default_popup": "webstat.html",
    "default_icon": "icon.png"
  },
  "manifest_version": 2
}