Hipchat Auto Dismiss Notifications
Uses webkitNotifications instead of Notification so that notifications are auto dismissed after 5 seconds.
Hvad er Hipchat Auto Dismiss Notifications?
Hipchat Auto Dismiss Notifications er en Chrome-udvidelse udviklet af Darrin Holst, og dens hovedfunktion er "Uses webkitNotifications instead of Notification so that notifications are auto dismissed after 5 seconds.".
Download Hipchat Auto Dismiss Notifications-udvidelses-CRX-fil
Download Hipchat Auto Dismiss Notifications-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | nmindifmgoccchgnkojbjoppdpcdblim |
| Officiel URL | https://chromewebstore.google.com/detail/empty-title/nmindifmgoccchgnkojbjoppdpcdblim |
| Beskrivelse | Uses webkitNotifications instead of Notification so that notifications are auto dismissed after 5 seconds. |
| Filstørrelse | 4.55 KB |
| Antal Installationer | 20 |
| Nuværende Version | 1.0.0 |
| Senest Opdateret | 2013-02-26 |
| Udgivelsesdato | 2013-02-26 |
| Bedømmelse | 4.00/5 Samlet 1 Bedømmelser |
| Udvikler | Darrin Holst |
| Betalingsmetode | free |
| Understøttede Sprog | |
| 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"
]
} | |