Hipchat Auto Dismiss Notifications

Uses webkitNotifications instead of Notification so that notifications are auto dismissed after 5 seconds.

Qu'est-ce que Hipchat Auto Dismiss Notifications ?

Hipchat Auto Dismiss Notifications est une extension Chrome développée par Darrin Holst, et sa fonction principale est "Uses webkitNotifications instead of Notification so that notifications are auto dismissed after 5 seconds.".

Télécharger le fichier CRX de l'extension Hipchat Auto Dismiss Notifications

Téléchargez les fichiers d'extension Hipchat Auto Dismiss Notifications au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Hipchat Auto Dismiss Notifications Hipchat Auto Dismiss Notifications
ID nmindifmgoccchgnkojbjoppdpcdblim
URL Officiel https://chromewebstore.google.com/detail/empty-title/nmindifmgoccchgnkojbjoppdpcdblim
Description Uses webkitNotifications instead of Notification so that notifications are auto dismissed after 5 seconds.
Taille du Fichier 4.55 KB
Nombre d'Installations 20
Version Actuelle 1.0.0
Dernière Mise à Jour 2013-02-26
Date de Publication 2013-02-26
Évaluation 4.00/5 Total 1 Évaluations
Développeur Darrin Holst
Type de Paiement free
Langues Prises en Charge
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"
    ]
}