GithubPulse

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

Cos'è GithubPulse?

GithubPulse è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Chrome Extension to help you remember to contribute every day on Github".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione GithubPulse

Scarica i file di estensione GithubPulse in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome GithubPulse GithubPulse
ID ppkickbgijieebbgfipephpafiiebapg
URL Ufficiale https://chromewebstore.google.com/detail/githubpulse/ppkickbgijieebbgfipephpafiiebapg
Descrizione Chrome Extension to help you remember to contribute every day on Github
Dimensione del File 524 KB
Conteggio Installazioni 42
Versione Corrente 0.3.7
Ultimo Aggiornamento 2015-02-12
Data di Pubblicazione 2015-02-12
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Sito Web dell'Estensione http://tadeuzagallo.com/GithubPulse
URL della Pagina di Aiuto https://github.com/tadeuzagallo/GithubPulse/issues
Lingue Supportate 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'"
}