GC Typed URL History

GC Typed URL History

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


{
  "name": "GC Typed URL History",
  "version": "1.2",
  "description": "Reads your history, and shows the top ten pages you go to by typing the URL.",
  "permissions": [
    "history"
  ],
  "browser_action": {
    "default_popup": "typedUrls.html",
    "default_icon": "clock.png"
  },
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}