Hipchat Auto Dismiss Notifications
Uses webkitNotifications instead of Notification so that notifications are auto dismissed after 5 seconds.
Apa itu Hipchat Auto Dismiss Notifications?
Hipchat Auto Dismiss Notifications adalah ekstensi Chrome yang dikembangkan oleh Darrin Holst, dan fitur utamanya adalah "Uses webkitNotifications instead of Notification so that notifications are auto dismissed after 5 seconds.".
Unduh Berkas CRX Ekstensi Hipchat Auto Dismiss Notifications
Unduh file ekstensi Hipchat Auto Dismiss Notifications dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | Hipchat Auto Dismiss Notifications |
ID | nmindifmgoccchgnkojbjoppdpcdblim |
URL Resmi | https://chromewebstore.google.com/detail/empty-title/nmindifmgoccchgnkojbjoppdpcdblim |
Deskripsi | Uses webkitNotifications instead of Notification so that notifications are auto dismissed after 5 seconds. |
Ukuran File | 4.55 KB |
Jumlah Instalasi | 20 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2013-02-26 |
Tanggal Publikasi | 2013-02-26 |
Penilaian | 4.00/5 Total 1 Penilaian |
Pengembang | Darrin Holst |
Tipe Pembayaran | free |
Bahasa yang Didukung | |
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" ] } |