Hipchat Auto Dismiss Notifications
Uses webkitNotifications instead of Notification so that notifications are auto dismissed after 5 seconds.
什么是Hipchat Auto Dismiss Notifications?
Hipchat Auto Dismiss Notifications是由Darrin Holst开发的Chrome扩展程序,该扩展的主要功能是“Uses webkitNotifications instead of Notification so that notifications are auto dismissed after 5 seconds.”。
下载Hipchat Auto Dismiss Notifications扩展crx文件
下载Hipchat Auto Dismiss Notifications扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | Hipchat Auto Dismiss Notifications |
ID | nmindifmgoccchgnkojbjoppdpcdblim |
官方URL | https://chromewebstore.google.com/detail/empty-title/nmindifmgoccchgnkojbjoppdpcdblim |
简介 | Uses webkitNotifications instead of Notification so that notifications are auto dismissed after 5 seconds. |
文件大小 | 4.55 KB |
安装次数 | 20 |
当前版本 | 1.0.0 |
更新时间 | 2013-02-26 |
上架时间 | 2013-02-26 |
评分 | 4.00/5 共1次评分 |
开发者 | Darrin Holst |
付费类型 | free |
支持的语言 | |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hipchat Auto Dismiss Notifications", "version": "1.0.0", "description": "Uses webkitNotifications instead of Notification so that notifications are auto dismissed after 5 seconds.", "permissions": [ "https:\/\/*.hipchat.com\/" ], "content_scripts": [ { "all_frames": true, "matches": [ "https:\/\/*.hipchat.com\/chat" ], "js": [ "javascripts\/killNotification.js" ] } ], "web_accessible_resources": [ "javascripts\/inject.js" ] } |