发布 rss 提要时如何显示 chrome 扩展桌面通知框?以及如何在 chrome 扩展图标上显示多少个提要?
问问题
327 次
1 回答
0
桌面通知框: https ://developer.chrome.com/extensions/notifications.html
注意 createHTMLNotification 函数在当前版本的 chrome 中不可用
在 chrome 扩展图标上显示提要数量:
https://developer.chrome.com/extensions/browserAction.html#method-setBadgeText
于 2013-02-23T06:58:34.620 回答