We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd7078f commit 0e24b69Copy full SHA for 0e24b69
1 file changed
src/background.js
@@ -2,6 +2,11 @@
2
import { PLATFORMS, LOGIN_CHECK_CONFIG } from './platforms/index.js'
3
// [DISABLED] import { fillAlipayOpenContent } from './platforms/alipayopen.js'
4
5
+// 点击扩展图标时打开 md.doocs.org
6
+chrome.action.onClicked.addListener(() => {
7
+ chrome.tabs.create({ url: 'https://md.doocs.org' })
8
+})
9
+
10
// 当前同步任务的 Tab Group ID
11
let currentSyncGroupId = null
12
// 存储平台用户信息
0 commit comments