GitHub Notifications

Read yours or your organization's GitHub's notifications easily !

GitHub Notifications란 무엇입니까?

GitHub Notifications은(는) http://remidelhaye.fr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Read yours or your organization's GitHub's notifications easily !"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Read yours or your organization's Github's notification easily with GitHub Notifications !

Secure Authentification & ADD FREE !                    

확장 프로그램 기본 정보

이름 GitHub Notifications GitHub Notifications
ID jmpadkhpecdeoaemalgabhofdpaeiegl
공식 URL https://chrome.google.com/webstore/detail/github-notifications/jmpadkhpecdeoaemalgabhofdpaeiegl
설명 Read yours or your organization's GitHub's notifications easily !
파일 크기 39.65 KB
설치 횟수 29
현재 버전 1.2.0
최근 업데이트 2013-08-24
출시 날짜 2013-08-24
평점 4.50/5 총 6 개의 평점
개발자 http://remidelhaye.fr
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GitHub Notifications",
    "description": "Read yours or your organization's GitHub's notifications easily !",
    "version": "1.2.0",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "19": "19.png",
            "38": "38.png"
        }
    },
    "author": "R\u00e9mi Delhaye (@RemiDelhaye)",
    "permissions": [
        "notifications",
        "storage",
        "background"
    ],
    "background": {
        "scripts": [
            "gitAPI\/lib\/underscore-min.js",
            "gitAPI\/lib\/base64.js",
            "gitAPI\/github.js",
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "48.png"
    ]
}