iBROWSE

iBROWSE

Search your history using the calendar visualization, and get keen insights into your browsing behaviour. Replaces normal History.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "0.7.5.3",
  "manifest_version": 2,
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "chrome_url_overrides": {
    "history": "index.html"
  },
  "permissions": [
    "history",
    "chrome://favicon/"
  ]
}