1
0
mirror of https://gitee.com/bitdance-team/chrome-extension synced 2025-01-11 22:28:14 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
chrome-extension/packages/shell-chrome/assets/js/background.js

11 lines
326 B
JavaScript
Raw Normal View History

2022-01-28 17:41:12 +08:00
chrome.contextMenus.create({
id: 'bitdance',
title: '学生助手' //,
// onclick: function () {
// alert("[BitDance extension] 学生助手插件 - 已点击菜单")
// }
})
// chrome.contextMenus.onClicked.addListener(function (info) {
// alert('当前菜单信息:'+ JSON.stringify(info))
// })