Hipchat Auto Dismiss Notifications
Uses webkitNotifications instead of Notification so that notifications are auto dismissed after 5 seconds.
Τι είναι το Hipchat Auto Dismiss Notifications;
Το Hipchat Auto Dismiss Notifications είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Darrin Holst, και η κύρια λειτουργία του είναι "Uses webkitNotifications instead of Notification so that notifications are auto dismissed after 5 seconds.".
Λήψη αρχείου CRX της επέκτασης Hipchat Auto Dismiss Notifications
Λήψη αρχείων επέκτασης Hipchat Auto Dismiss Notifications σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | nmindifmgoccchgnkojbjoppdpcdblim |
| Επίσημο URL | https://chromewebstore.google.com/detail/empty-title/nmindifmgoccchgnkojbjoppdpcdblim |
| Περιγραφή | Uses webkitNotifications instead of Notification so that notifications are auto dismissed after 5 seconds. |
| Μέγεθος Αρχείου | 4.55 KB |
| Αριθμός Εγκαταστάσεων | 20 |
| Τρέχουσα Έκδοση | 1.0.0 |
| Τελευταία Ενημέρωση | 2013-02-26 |
| Ημερομηνία Δημοσίευσης | 2013-02-26 |
| Αξιολόγηση | 4.00/5 Συνολικά 1 Αξιολογήσεις |
| Προγραμματιστής | Darrin Holst |
| Τύπος Πληρωμής | free |
| Υποστηριζόμενες Γλώσσες | |
| 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"
]
} | |