标签: google-chrome-extension
不允许使用html作为chrome扩展通知吗?以下是Chrome开发人员称已弃用:https://plus.google.com/+GoogleChromeDevelopers/posts/V8xpT9GgMtT
答案 0 :(得分:1)
该方法确实已弃用,自Chrome 28以来不再受支持。
建议您使用浏览器和新通知中心正确支持的新chrome.notifications API。