快捷键注册 { "name": "My extension", ... "commands": { "toggle-feature-foo": { "suggested_key": { "default": "Ctrl+Shift+5" }, "description": "Toggle feature foo", "global": true } }, ... } 监听输入 chrome.omnibox.onInputStarted.addListener(function callback) 在输入的时候改变一些 flag,存到 storage.local 上,然后在快捷 onCommand 的时候检测
快捷键注册
监听输入
在输入的时候改变一些 flag,存到 storage.local 上,然后在快捷 onCommand 的时候检测