GitHub Contribution Line Graph
Draws the last 4 weeks of a user's GitHub contributions as a line graph
Co je GitHub Contribution Line Graph?
GitHub Contribution Line Graph je rozšíření Chrome vyvinuté declantyson, a jeho hlavní funkcí je „Draws the last 4 weeks of a user's GitHub contributions as a line graph“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření GitHub Contribution Line Graph
Stáhněte si soubory rozšíření GitHub Contribution Line Graph ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Draws the last 4 weeks of a user's GitHub contributions as a line graph. That's it.
Základní Informace o Rozšíření
Název | GitHub Contribution Line Graph |
ID | djhobfakbgkiddiicpajklnlncgppogf |
Oficiální URL | https://chromewebstore.google.com/detail/github-contribution-line/djhobfakbgkiddiicpajklnlncgppogf |
Popis | Draws the last 4 weeks of a user's GitHub contributions as a line graph |
Velikost souboru | 198 KB |
Počet instalací | 37 |
Aktuální Verze | 0.0.1 |
Poslední Aktualizace | 2017-01-23 |
Datum Vydání | 2017-01-23 |
Vývojář | declantyson |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/declantyson/github-contribution-line-graph |
Podporované Jazyky | 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" ] } ] } |