GithubPulse

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

Apa itu GithubPulse?

GithubPulse adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Chrome Extension to help you remember to contribute every day on Github".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi GithubPulse

Unduh file ekstensi GithubPulse dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama GithubPulse GithubPulse
ID ppkickbgijieebbgfipephpafiiebapg
URL Resmi https://chromewebstore.google.com/detail/githubpulse/ppkickbgijieebbgfipephpafiiebapg
Deskripsi Chrome Extension to help you remember to contribute every day on Github
Ukuran File 524 KB
Jumlah Instalasi 42
Versi Saat Ini 0.3.7
Terakhir Diperbarui 2015-02-12
Tanggal Publikasi 2015-02-12
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Situs Ekstensi http://tadeuzagallo.com/GithubPulse
URL Halaman Bantuan https://github.com/tadeuzagallo/GithubPulse/issues
Bahasa yang Didukung 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'"
}