GithubPulse
Chrome Extension to help you remember to contribute every day on Github
O que é GithubPulse?
GithubPulse é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Chrome Extension to help you remember to contribute every day on Github".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão GithubPulse
Baixe arquivos de extensão GithubPulse no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | GithubPulse |
ID | ppkickbgijieebbgfipephpafiiebapg |
URL Oficial | https://chromewebstore.google.com/detail/githubpulse/ppkickbgijieebbgfipephpafiiebapg |
Descrição | Chrome Extension to help you remember to contribute every day on Github |
Tamanho do Arquivo | 524 KB |
Contagem de Instalações | 42 |
Versão Atual | 0.3.7 |
Última Atualização | 2015-02-12 |
Data de Publicação | 2015-02-12 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Site da Extensão | http://tadeuzagallo.com/GithubPulse |
URL da Página de Ajuda | https://github.com/tadeuzagallo/GithubPulse/issues |
Idiomas Suportados | 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'" } |