标签: google-chrome-extension
当用户收到一些消息时,我在基于Web的聊天应用程序中使用Chrome的桌面通知。 Chrome桌面通知的内容设置有三个选项 ,我需要通过java脚本读取这些设置值,通知用户不允许通知时, 那我该怎么做或不可能呢?
答案 0 :(得分:0)
您可以使用content settings module。
您可以使用chrome.contentSettings.get()并阅读notifications property。
chrome.contentSettings.get()