mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-27 13:29:34 +07:00
* Update sample file structure. * Update description * Fix wrong favicon path * Add basic sample * Update README.md * Fix comments
499 B
499 B
chrome.topSites - Basic
This sample demonstrates using the chrome.topSites API to get the user's most visited sites.
Overview
The extension uses chrome.topSites.get to get the user's most visited sites, and then renders them in the popup.
Running this extension
- Clone this repository.
- Load this directory in Chrome as an unpacked extension.
- Click the extension's action icon.