GithubPulse
Chrome Extension to help you remember to contribute every day on Github
Co je GithubPulse?
GithubPulse je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Chrome Extension to help you remember to contribute every day on Github“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření GithubPulse
Stáhněte si soubory rozšíření GithubPulse ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | GithubPulse |
ID | ppkickbgijieebbgfipephpafiiebapg |
Oficiální URL | https://chromewebstore.google.com/detail/githubpulse/ppkickbgijieebbgfipephpafiiebapg |
Popis | Chrome Extension to help you remember to contribute every day on Github |
Velikost souboru | 524 KB |
Počet instalací | 42 |
Aktuální Verze | 0.3.7 |
Poslední Aktualizace | 2015-02-12 |
Datum Vydání | 2015-02-12 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | Unknown |
Typ Platby | free |
Webové stránky Rozšíření | http://tadeuzagallo.com/GithubPulse |
URL Stránky Nápovědy | https://github.com/tadeuzagallo/GithubPulse/issues |
Podporované Jazyky | 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'" } |