Skip to content

ChromeTabsApi

This content is for v1.3.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

readonly create: (createProperties) => Promise<unknown>

Defined in: infrastructure/chrome/bookmarks-adapter.ts:129

新しいtabを作成します。

ChromeTabCreateProperties

Promise<unknown>

Last updated: