Skip to content

ChromeShortcutSettingsTabsApi

Defined in: infrastructure/chrome/shortcut-settings-page-adapter.ts:19

Shortcut設定画面を開くために使うChrome tabs APIの最小shapeです。

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

Defined in: infrastructure/chrome/shortcut-settings-page-adapter.ts:21

Tabを作成します。

ChromeTabCreateInput

Promise<unknown>