GithubPulse

Chrome Extension to help you remember to contribute every day on Github

GithubPulse란 무엇입니까?

GithubPulse은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome Extension to help you remember to contribute every day on Github"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Github Pulse is an app to help you keep your streaks, making a commit every day.

It shows a graph of your last month commits and how long is your current streak. Its icon also turns red if you haven't commited today yet, and by the end of the afternoon it'll remember you once, in case you still haven't commited.                    

확장 프로그램 기본 정보

이름 GithubPulse GithubPulse
ID ppkickbgijieebbgfipephpafiiebapg
공식 URL https://chromewebstore.google.com/detail/githubpulse/ppkickbgijieebbgfipephpafiiebapg
설명 Chrome Extension to help you remember to contribute every day on Github
파일 크기 524 KB
설치 횟수 42
현재 버전 0.3.7
최근 업데이트 2015-02-12
출시 날짜 2015-02-12
평점 5.00/5 총 2 개의 평점
개발자 Unknown
결제 유형 free
확장 프로그램 웹 사이트 http://tadeuzagallo.com/GithubPulse
도움말 페이지 URL https://github.com/tadeuzagallo/GithubPulse/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GithubPulse",
    "description": "Chrome Extension to help you remember to contribute every day on Github",
    "version": "0.3.7",
    "background": {
        "scripts": [
            "js\/update.js"
        ]
    },
    "permissions": [
        "management",
        "notifications",
        "storage",
        "alarms",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*\/"
    ],
    "icons": {
        "16": "images\/icons\/icon16.png",
        "32": "images\/icons\/icon32.png",
        "48": "images\/icons\/icon48.png",
        "128": "images\/icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/blue\/icon38.png",
        "default_popup": "front\/index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}