Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 3.0 License, and code samples are licensed under the BSD License.
©2012 Google
The top sites module allows access to the top sites that are displayed on the new tab page.
You must declare the "topSites" permission in your extension's manifest to use this API.
{ "name": "My extension", ... "permissions": [ "topSites", ], ... }
You can find samples of this API in Samples.
Gets a list of top sites.