Hipchat Auto Dismiss Notifications
Uses webkitNotifications instead of Notification so that notifications are auto dismissed after 5 seconds.
Cos'è Hipchat Auto Dismiss Notifications?
Hipchat Auto Dismiss Notifications è un'estensione di Chrome sviluppata da Darrin Holst, e la sua funzione principale è "Uses webkitNotifications instead of Notification so that notifications are auto dismissed after 5 seconds.".
Scarica il file CRX dell'estensione Hipchat Auto Dismiss Notifications
Scarica i file di estensione Hipchat Auto Dismiss Notifications in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | Hipchat Auto Dismiss Notifications |
ID | nmindifmgoccchgnkojbjoppdpcdblim |
URL Ufficiale | https://chromewebstore.google.com/detail/empty-title/nmindifmgoccchgnkojbjoppdpcdblim |
Descrizione | Uses webkitNotifications instead of Notification so that notifications are auto dismissed after 5 seconds. |
Dimensione del File | 4.55 KB |
Conteggio Installazioni | 20 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2013-02-26 |
Data di Pubblicazione | 2013-02-26 |
Valutazione | 4.00/5 Totale 1 Valutazioni |
Sviluppatore | Darrin Holst |
Tipo di Pagamento | free |
Lingue Supportate | |
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" ] } |