chrome.history

This sample uses the chrome.history API to display in a popup the user's most recent visited pages.

Overview

This extension calls chrome.history.search() to scrape the browser's history and display each visited URL by time sequence.

Running this extension

  1. Clone this repository.
  2. Load this directory in Chrome as an unpacked extension.
  3. Pin the extension to the browser's taskbar.
  4. Click on the extension's action button to view your most visited pages.