DevHubNotifier

DevHubの発言を通知

DevHubNotifier란 무엇입니까?

DevHubNotifier은(는) naoki.koda에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "DevHubの発言を通知"입니다.

DevHubNotifier 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 DevHubNotifier DevHubNotifier
ID bieodlolkaahjlgebjijmafnmccgncdf
공식 URL 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"
}