dev-dash
GitHub repo activity on new tab
Co to jest dev-dash?
dev-dash to rozszerzenie Chrome opracowane przez belcurv, a jego główną funkcją jest „GitHub repo activity on new tab”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia dev-dash
Pobierz pliki rozszerzeń dev-dash w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | dgkmjidcaelocfmnhlmeimmbaljgjfhm |
| Oficjalny URL | https://chromewebstore.google.com/detail/dev-dash/dgkmjidcaelocfmnhlmeimmbaljgjfhm |
| Opis | GitHub repo activity on new tab |
| Rozmiar pliku | 1.62 MB |
| Liczba instalacji | 10 |
| Aktualna Wersja | 1.0.3 |
| Ostatnia Aktualizacja | 2017-02-26 |
| Data Publikacji | 2017-02-26 |
| Ocena | 4.60/5 Łącznie 5 Oceny |
| Deweloper | belcurv |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
} | |