DevHubNotifier

DevHubの発言を通知

Cos'è DevHubNotifier?

DevHubNotifier è un'estensione di Chrome sviluppata da naoki.koda, e la sua funzione principale è "DevHubの発言を通知".

Scarica il file CRX dell'estensione DevHubNotifier

Scarica i file di estensione DevHubNotifier 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

                        ログインなしに複数のDevHubからチャット通知を受けられる ChromeExtension.
変更履歴はこちら。https://github.com/volpe28v/DevHubNotifier/releases                    

Informazioni di Base sull'Estensione

Nome DevHubNotifier DevHubNotifier
ID bieodlolkaahjlgebjijmafnmccgncdf
URL Ufficiale https://chromewebstore.google.com/detail/devhubnotifier/bieodlolkaahjlgebjijmafnmccgncdf
Descrizione DevHubの発言を通知
Dimensione del File 122 KB
Conteggio Installazioni 33
Versione Corrente 2.0
Ultimo Aggiornamento 2016-03-26
Data di Pubblicazione 2016-03-25
Sviluppatore naoki.koda
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/volpe28v/DevHubNotifier
Lingue Supportate ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DevHubNotifier",
    "version": "2.0",
    "description": "DevHub\u306e\u767a\u8a00\u3092\u901a\u77e5",
    "icons": {
        "48": "icons\/icon_048.png",
        "128": "icons\/icon_128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/socket.io.js",
            "js\/storage.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "notifications"
    ],
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_title": "Popup",
        "default_popup": "popup.html"
    },
    "options_page": "options.html"
}