mirror of
https://gitee.com/bitdance-team/chrome-extension
synced 2025-10-08 00:45:13 +08:00
Add shortcut keys: Alt+Comma
This commit is contained in:
@@ -1 +1 @@
|
|||||||
console.log("[BitDance extension] 学生助手插件启已启用")
|
console.log("[BitDance extension] 学生助手插件已启用")
|
@@ -21,6 +21,15 @@
|
|||||||
"default_popup": "popup.html",
|
"default_popup": "popup.html",
|
||||||
"default_title": "这是一个默认title"
|
"default_title": "这是一个默认title"
|
||||||
},
|
},
|
||||||
|
"commands": {
|
||||||
|
"_execute_browser_action": {
|
||||||
|
"suggested_key": {
|
||||||
|
"default": "Alt+Comma",
|
||||||
|
"mac": "Alt+Comma"
|
||||||
|
},
|
||||||
|
"description": "打开 [学生助手] 插件"
|
||||||
|
}
|
||||||
|
},
|
||||||
"permissions": [
|
"permissions": [
|
||||||
"background",
|
"background",
|
||||||
"contextMenus",
|
"contextMenus",
|
||||||
|
@@ -2,6 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<title>BitDance</title>
|
<title>BitDance</title>
|
||||||
<link href="assets/css/main.css" type="text/css" rel="stylesheet">
|
<link href="assets/css/main.css" type="text/css" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
|
Reference in New Issue
Block a user