GitHub Contribution Line Graph
Draws the last 4 weeks of a user's GitHub contributions as a line graph
Hvad er GitHub Contribution Line Graph?
GitHub Contribution Line Graph er en Chrome-udvidelse udviklet af declantyson, og dens hovedfunktion er "Draws the last 4 weeks of a user's GitHub contributions as a line graph".
Udvidelsesskærmbilleder
Download GitHub Contribution Line Graph-udvidelses-CRX-fil
Download GitHub Contribution Line Graph-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Draws the last 4 weeks of a user's GitHub contributions as a line graph. That's it.
Grundlæggende oplysninger om udvidelsen
Navn | GitHub Contribution Line Graph |
ID | djhobfakbgkiddiicpajklnlncgppogf |
Officiel URL | https://chromewebstore.google.com/detail/github-contribution-line/djhobfakbgkiddiicpajklnlncgppogf |
Beskrivelse | Draws the last 4 weeks of a user's GitHub contributions as a line graph |
Filstørrelse | 198 KB |
Antal Installationer | 37 |
Nuværende Version | 0.0.1 |
Senest Opdateret | 2017-01-23 |
Udgivelsesdato | 2017-01-23 |
Udvikler | declantyson |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/declantyson/github-contribution-line-graph |
Understøttede Sprog | 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" ] } ] } |