topSites.MostVisitedURL

MostVisitedURL 类型包含两个属性:页面的标题和其 URL。

类型

此类型的值为对象。它们包含以下属性

favicon 可选

String。包含页面收藏夹图标的 data: URL,如果在 topSites.get() 中提供了 includeFavicon,且收藏夹图标可用。

title

String。页面的标题。

url

String。页面的 URL。

浏览器兼容性

BCD 表仅在浏览器中加载

示例

注意:此 API 基于 Chromium 的 chrome.topSites API。