Skip to content

Latest commit

 

History

History
60 lines (48 loc) · 2.79 KB

File metadata and controls

60 lines (48 loc) · 2.79 KB
title slug
commands
Mozilla/Add-ons/WebExtensions/API/commands

{{AddonSidebar}}

commands manifest.json キーを使って、登録したコマンドをユーザーが実行するのをリッスンします。

  • {{WebExtAPIRef("commands.Command")}}

関数

  • {{WebExtAPIRef("commands.getAll")}}
    • : 拡張機能用のすべての登録済みコマンドを取得します。

イベント

  • {{WebExtAPIRef("commands.onCommand")}}
    • : 関連付けされたキーボードショートカットを使ってコマンドが実行された時に発火します。

ブラウザーの互換性

{{Compat}} {{WebExtExamples("h2")}}

Note

この API は Chromium の chrome.commands API に基づいています。Microsoft Edge での実装状況は Microsoft Corporation から提供されたものであり、ここでは Creative Commons Attribution 3.0 United States License に従っています。