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文件

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

擴展使用說明

                        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
官方網址 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'"
}