Have I visited this page before?

Have I visited this page before?

Searching for a Chrome extension that shows if page has been visited before? Want a Chrome extension that shows you when you last…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Have I visited this page before?",
  "version": "1.1",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [],
  "permissions": [
    "tabs",
    "storage"
  ],
  "action": {}
}