Hipchat Auto Dismiss Notifications
Uses webkitNotifications instead of Notification so that notifications are auto dismissed after 5 seconds.
Was ist Hipchat Auto Dismiss Notifications?
Hipchat Auto Dismiss Notifications ist eine Chrome-Erweiterung, die von Darrin Holst entwickelt wurde, und ihr Hauptmerkmal ist "Uses webkitNotifications instead of Notification so that notifications are auto dismissed after 5 seconds.".
Hipchat Auto Dismiss Notifications-Erweiterungs-CRX-Datei herunterladen
Laden Sie Hipchat Auto Dismiss Notifications-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
Name | Hipchat Auto Dismiss Notifications |
ID | nmindifmgoccchgnkojbjoppdpcdblim |
Offizielle URL | https://chromewebstore.google.com/detail/empty-title/nmindifmgoccchgnkojbjoppdpcdblim |
Beschreibung | Uses webkitNotifications instead of Notification so that notifications are auto dismissed after 5 seconds. |
Dateigröße | 4.55 KB |
Installationsanzahl | 20 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2013-02-26 |
Veröffentlichungsdatum | 2013-02-26 |
Bewertung | 4.00/5 Insgesamt 1 Bewertungen |
Entwickler | Darrin Holst |
Zahlungsart | free |
Unterstützte Sprachen | |
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" ] } |