mirror of
https://gitee.com/bitdance-team/chrome-extension
synced 2025-10-07 16:35:15 +08:00
Add shortcut keys: Alt+Comma
This commit is contained in:
@@ -21,6 +21,15 @@
|
||||
"default_popup": "popup.html",
|
||||
"default_title": "这是一个默认title"
|
||||
},
|
||||
"commands": {
|
||||
"_execute_browser_action": {
|
||||
"suggested_key": {
|
||||
"default": "Alt+Comma",
|
||||
"mac": "Alt+Comma"
|
||||
},
|
||||
"description": "打开 [学生助手] 插件"
|
||||
}
|
||||
},
|
||||
"permissions": [
|
||||
"background",
|
||||
"contextMenus",
|
||||
|
Reference in New Issue
Block a user