ChromeTabsApi
This content is for v1.2.0. Switch to the latest version for up-to-date documentation.
Defined in: infrastructure/chrome/bookmarks-adapter.ts:125
Chrome Tabs APIのうちadapterが使う最小shapeです。
https://developer.chrome.com/docs/extensions/reference/api/tabs
Properties
Section titled “Properties”create
Section titled “create”
readonlycreate: (createProperties) =>Promise<unknown>
Defined in: infrastructure/chrome/bookmarks-adapter.ts:129
新しいtabを作成します。
Parameters
Section titled “Parameters”createProperties
Section titled “createProperties”Returns
Section titled “Returns”Promise<unknown>