Hipchat Auto Dismiss Notifications
Uses webkitNotifications instead of Notification so that notifications are auto dismissed after 5 seconds.
Hipchat Auto Dismiss Notifications là gì?
Hipchat Auto Dismiss Notifications là một tiện ích mở rộng Chrome được phát triển bởi Darrin Holst, và tính năng chính của nó là "Uses webkitNotifications instead of Notification so that notifications are auto dismissed after 5 seconds.".
Tải xuống tệp CRX của tiện ích mở rộng Hipchat Auto Dismiss Notifications
Tải xuống các tệp mở rộng Hipchat Auto Dismiss Notifications dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Hipchat Auto Dismiss Notifications |
ID | nmindifmgoccchgnkojbjoppdpcdblim |
URL Chính Thức | https://chromewebstore.google.com/detail/empty-title/nmindifmgoccchgnkojbjoppdpcdblim |
Mô tả | Uses webkitNotifications instead of Notification so that notifications are auto dismissed after 5 seconds. |
Kích Thước Tệp | 4.55 KB |
Số Lần Cài Đặt | 20 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2013-02-26 |
Ngày Phát Hành | 2013-02-26 |
Đánh Giá | 4.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Darrin Holst |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | |
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" ] } |