GitHub Status
Display the build status next to the project name on github.
Co to jest GitHub Status?
GitHub Status to rozszerzenie Chrome opracowane przez excellenteasy, a jego główną funkcją jest „Display the build status next to the project name on github.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GitHub Status
Pobierz pliki rozszerzeń GitHub Status 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
Note: currently no support for private repos
Podstawowe informacje o rozszerzeniu
Nazwa | GitHub Status |
ID | mgbkbopoincdiimlleifbpfjfhcndahp |
Oficjalny URL | https://chromewebstore.google.com/detail/github-status/mgbkbopoincdiimlleifbpfjfhcndahp |
Opis | Display the build status next to the project name on github. |
Rozmiar pliku | 15.32 KB |
Liczba instalacji | 24 |
Aktualna Wersja | 0.0.2 |
Ostatnia Aktualizacja | 2012-12-15 |
Data Publikacji | 2012-12-15 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | excellenteasy |
Typ Płatności | free |
Strona Rozszerzenia | http://excellenteasy.github.com/github-status/ |
Adres URL Strony Pomocy | https://github.com/excellenteasy/github-status/issues |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.2", "manifest_version": 2, "name": "GitHub Status", "description": "Display the build status next to the project name on github.", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "js": [ "script.js" ], "matches": [ "https:\/\/github.com\/*" ], "run_at": "document_idle" } ] } |