DevHubNotifier

DevHubの発言を通知

什麼是DevHubNotifier?

DevHubNotifier是由naoki.koda開發的Chrome擴展程式,該擴展的主要功能是“DevHubの発言を通知”。

下載DevHubNotifier擴展crx文件

下載DevHubNotifier擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 DevHubNotifier DevHubNotifier
ID bieodlolkaahjlgebjijmafnmccgncdf
官方網址 https://chromewebstore.google.com/detail/devhubnotifier/bieodlolkaahjlgebjijmafnmccgncdf
簡介 DevHubの発言を通知
檔案大小 122 KB
安裝次數 33
目前版本 2.0
更新時間 2016-03-26
上架時間 2016-03-25
開發者 naoki.koda
付費類型 free
擴展官網 https://github.com/volpe28v/DevHubNotifier
支援的語言 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"
}