Files
Oliver Dunk b25a56bf8e Add Puppeteer testing tutorial (#1016)
* Add Puppeteer testing tutorial

* Use Jest as test runner

* Add comment on changing headless mode
2023-10-12 10:49:02 -05:00
..

chrome.history

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

Overview

This extension calls chrome.history.search() to scrape the browser's history and count occurrences of each visited URL.

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.