Navigation Log

Navigation Log

This add-on logs all navigation actions to an SQLite database. The source URL is logged together with the destination URL and title every time you click a link or type in the address bar. So, it is possible to recreate your whole browsing history.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Navigation Log",
  "version": "0.7.0",
  "permissions": [
    "webNavigation",
    "tabs",
    "nativeMessaging",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "applications": {
    "gecko": {
      "id": "navigation_log@prekageo",
      "strict_min_version": "54.0"
    }
  }
}