1
0
mirror of https://gitee.com/bitdance-team/chrome-extension synced 2025-10-07 16:35:15 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

Add shortcut keys: Alt+Comma

This commit is contained in:
2022-01-28 16:18:43 +08:00
parent cbd2753ec8
commit e3a742215d
3 changed files with 11 additions and 1 deletions

View File

@@ -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",