Skip to content

ChromeCommandsApi

This content is for v1.3.1. Switch to the latest version for up-to-date documentation.

Defined in: infrastructure/chrome/commands-adapter.ts:18

Chrome commands APIのうちsettings popupが使う最小shapeです。

https://developer.chrome.com/docs/extensions/reference/api/commands#method-getAll

readonly getAll: () => Promise<readonly ChromeExtensionCommand[]>

Defined in: infrastructure/chrome/commands-adapter.ts:20

登録済みcommand一覧を取得します。

Promise<readonly ChromeExtensionCommand[]>

Last updated: