GitHub Contribution Line Graph
Draws the last 4 weeks of a user's GitHub contributions as a line graph
Co to jest GitHub Contribution Line Graph?
GitHub Contribution Line Graph to rozszerzenie Chrome opracowane przez declantyson, a jego główną funkcją jest „Draws the last 4 weeks of a user's GitHub contributions as a line graph”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GitHub Contribution Line Graph
Pobierz pliki rozszerzeń GitHub Contribution Line Graph 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
Draws the last 4 weeks of a user's GitHub contributions as a line graph. That's it.
Podstawowe informacje o rozszerzeniu
Nazwa | GitHub Contribution Line Graph |
ID | djhobfakbgkiddiicpajklnlncgppogf |
Oficjalny URL | https://chromewebstore.google.com/detail/github-contribution-line/djhobfakbgkiddiicpajklnlncgppogf |
Opis | Draws the last 4 weeks of a user's GitHub contributions as a line graph |
Rozmiar pliku | 198 KB |
Liczba instalacji | 37 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2017-01-23 |
Data Publikacji | 2017-01-23 |
Deweloper | declantyson |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/declantyson/github-contribution-line-graph |
Obsługiwane Języki | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GitHub Contribution Line Graph", "version": "0.0.1", "description": "Draws the last 4 weeks of a user's GitHub contributions as a line graph", "icons": { "16": "gclg-16.png", "48": "gclg-48.png", "128": "gclg-128.png" }, "homepage_url": "https:\/\/github.com\/declantyson\/github-contribution-line-graph", "content_scripts": [ { "matches": [ "https:\/\/*.github.com\/*" ], "js": [ "jquery-2.2.4.min.js", "Chart.min.js", "gclg.js" ] } ] } |