Skip to content

Latest commit

 

History

History
61 lines (48 loc) · 2.98 KB

File metadata and controls

61 lines (48 loc) · 2.98 KB
title slug
topSites
Mozilla/Add-ons/WebExtensions/API/topSites

{{AddonSidebar}}

topSites API を使うと、ユーザーがよく訪れるページをを含む配列を取得できます。

ブラウザーはユーザーがこれらの場所に簡単に戻れるようにこれを維持します。Firefox では既定で「新しいタブ」ページには最もよく訪れるページのリストが提供されます。

topSites API を使うには "topSites" の API パーミッション必要です。

  • {{WebExtAPIRef("topSites.MostVisitedURL")}}
    • : ウェブサイトのタイトルと URL を含むオブジェクト。

Methods

  • {{WebExtAPIRef("topSites.get()")}}
    • : ブラウザーの「新しいタブ」ページに載っているすべてのサイトの配列を取得します。ここで返されるサイトの数はブラウザー固有であり、返されるサイトは、ブラウザー履歴に基づいてユーザー固有であることに注意してください。

ブラウザーの互換性

{{Compat}}

{{WebExtExamples("h2")}}

Note

This API is based on Chromium's chrome.topSites API.Microsoft Edge compatibility data is supplied by Microsoft Corporation and is included here under the Creative Commons Attribution 3.0 United States License.