如何知道我的Chrome扩展程序徽章图标是Shift-click?

时间:2014-09-26 20:38:35

标签: javascript google-chrome google-chrome-extension

我正在撰写Chrome扩展程序,我需要知道它的徽章图标何时被点击按住:

enter image description here

PS。我的扩展程序会在定期点击徽章时显示一个弹出窗口:

"browser_action": {
    "default_icon": {
        "19": "images/icon19.png",
        "38": "images/icon38.png"
    },
        "default_title": "__MSG_main_title__",
        "default_popup": "popup.html"
},

1 个答案:

答案 0 :(得分:3)

简而言之,你不能。

稍长一点,有一个有效的功能请求:https://code.google.com/p/chromium/issues/detail?id=61445