Javascript 如何在chrome中获取全局通知列表?

Javascript 如何在chrome中获取全局通知列表?,javascript,google-chrome,google-chrome-extension,push-notification,notifications,Javascript,Google Chrome,Google Chrome Extension,Push Notification,Notifications,试图在我的分机中获取被阻止/允许进入chrome设置的通知列表 (chrome://settings/content/notifications)- 我可以通过chrome.contentSettings.notifications.get()获取status的值,但为此需要知道主url。也许有人曾经这样做过?可能有用:但这只返回我自己的通知id,我无法访问其他通知信息

试图在我的分机中获取被阻止/允许进入chrome设置的通知列表 (chrome://settings/content/notifications)-


我可以通过
chrome.contentSettings.notifications.get()
获取status的值,但为此需要知道主url。也许有人曾经这样做过?

可能有用:但这只返回我自己的通知id,我无法访问其他通知信息