Analyze History

Analyze History

An extension that show you how often you visited current website, and tell you your top 5 visited websites

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Analyze History",
  "description": "An extension that show you how often you visited current website, and tell you your top 5 visited websites",
  "version": "0.1",
  "manifest_version": 2,
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Analyse your history"
  },
  "permissions": [
    "activeTab",
    "history"
  ]
}