Find URL History

Find URL History

This extension will Reads your history, and shows the top ten pages you go to by typing the URL.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Find URL History",
  "version": "2.2",
  "description": "This extension will Reads your history, and shows the top ten pages you go to by typing the URL.",
  "permissions": [
    "history"
  ],
  "action": {
    "default_popup": "typedUrls.html",
    "default_icon": "clock.png"
  },
  "manifest_version": 3
}