dev-dash
GitHub repo activity on new tab
Cos'è dev-dash?
dev-dash è un'estensione di Chrome sviluppata da belcurv, e la sua funzione principale è "GitHub repo activity on new tab".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione dev-dash
Scarica i file di estensione dev-dash 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
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | dgkmjidcaelocfmnhlmeimmbaljgjfhm |
| URL Ufficiale | https://chromewebstore.google.com/detail/dev-dash/dgkmjidcaelocfmnhlmeimmbaljgjfhm |
| Descrizione | GitHub repo activity on new tab |
| Dimensione del File | 1.62 MB |
| Conteggio Installazioni | 10 |
| Versione Corrente | 1.0.3 |
| Ultimo Aggiornamento | 2017-02-26 |
| Data di Pubblicazione | 2017-02-26 |
| Valutazione | 4.60/5 Totale 5 Valutazioni |
| Sviluppatore | belcurv |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |