Files
webextensions-examples/top-sites/README.md
Andy McKay 590dac4989 example of using topSites and chrome_url_override (#176)
* example of using topSites and chrome_url_override

* fixups suggested by @wbamberg
2017-01-30 17:16:54 -08:00

10 lines
333 B
Markdown

# Top Sites
## What it does
This extension replaces the built-in page shown when the user opens a new tab without specifying a page to load (for example, when the user presses Ctrl+T). The replacement page is populated with links taken from the topSites API.
# What it shows
How to use chrome_url_overrides and the topSites API.