dev-dash
GitHub repo activity on new tab
O que é dev-dash?
dev-dash é uma extensão do Chrome desenvolvida por belcurv, e sua principal característica é "GitHub repo activity on new tab".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão dev-dash
Baixe arquivos de extensão dev-dash 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
Dev-dash is a Chrome extension that overrides the default new-tab behavior. In place of the default new-tab behavior, dev-dash presents the user with an at-a-glance overview of a set of tracked GitHub repositories. The extension is designed to help small project teams keep track of team members' activity without having to log into GitHub and comb through a repository's history. It displays data related to commits, issues, comments, pull requests and merges.
Informações Básicas da Extensão
Nome | dev-dash |
ID | dgkmjidcaelocfmnhlmeimmbaljgjfhm |
URL Oficial | https://chromewebstore.google.com/detail/dev-dash/dgkmjidcaelocfmnhlmeimmbaljgjfhm |
Descrição | GitHub repo activity on new tab |
Tamanho do Arquivo | 1.62 MB |
Contagem de Instalações | 10 |
Versão Atual | 1.0.3 |
Última Atualização | 2017-02-26 |
Data de Publicação | 2017-02-26 |
Classificação | 4.60/5 Total de 5 Avaliações |
Desenvolvedor | belcurv |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "dev-dash", "description": "GitHub repo activity on new tab", "version": "1.0.3", "browser_action": { "default_icon": "dist\/assets\/favicon.png", "default_popup": "popup.html" }, "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "128": "dist\/assets\/favicon.png" } } |