GitHub Contribution Line Graph
Draws the last 4 weeks of a user's GitHub contributions as a line graph
Cos'è GitHub Contribution Line Graph?
GitHub Contribution Line Graph è un'estensione di Chrome sviluppata da declantyson, e la sua funzione principale è "Draws the last 4 weeks of a user's GitHub contributions as a line graph".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GitHub Contribution Line Graph
Scarica i file di estensione GitHub Contribution Line Graph in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Draws the last 4 weeks of a user's GitHub contributions as a line graph. That's it.
Informazioni di Base sull'Estensione
Nome | GitHub Contribution Line Graph |
ID | djhobfakbgkiddiicpajklnlncgppogf |
URL Ufficiale | https://chromewebstore.google.com/detail/github-contribution-line/djhobfakbgkiddiicpajklnlncgppogf |
Descrizione | Draws the last 4 weeks of a user's GitHub contributions as a line graph |
Dimensione del File | 198 KB |
Conteggio Installazioni | 37 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2017-01-23 |
Data di Pubblicazione | 2017-01-23 |
Sviluppatore | declantyson |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/declantyson/github-contribution-line-graph |
Lingue Supportate | 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" ] } ] } |