gpt4 book ai didi

google-chrome - Chrome 扩展桌面通知

转载 作者:行者123 更新时间:2023-12-04 02:57:10 25 4
gpt4 key购买 nike

我正在开发桌面通知的 chrome 扩展程序。有什么方法可以在指定时间后关闭桌面通知?

最佳答案

如果您有通知对象的引用,则可以使用 notification.cancel 代替:

  setTimeout(function() { 
notification.cancel();
}, 5000);

引用:
  • Chrome extension development: auto close the notification box
  • http://dev.chromium.org/developers/design-documents/desktop-notifications/api-specification
  • 关于google-chrome - Chrome 扩展桌面通知,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4985623/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com