GitHub Contribution Line Graph
Draws the last 4 weeks of a user's GitHub contributions as a line graph
Qu'est-ce que GitHub Contribution Line Graph ?
GitHub Contribution Line Graph est une extension Chrome développée par declantyson, et sa fonction principale est "Draws the last 4 weeks of a user's GitHub contributions as a line graph".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GitHub Contribution Line Graph
Téléchargez les fichiers d'extension GitHub Contribution Line Graph au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Draws the last 4 weeks of a user's GitHub contributions as a line graph. That's it.
Informations de Base sur l'Extension
Nom | GitHub Contribution Line Graph |
ID | djhobfakbgkiddiicpajklnlncgppogf |
URL Officiel | https://chromewebstore.google.com/detail/github-contribution-line/djhobfakbgkiddiicpajklnlncgppogf |
Description | Draws the last 4 weeks of a user's GitHub contributions as a line graph |
Taille du Fichier | 198 KB |
Nombre d'Installations | 37 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2017-01-23 |
Date de Publication | 2017-01-23 |
Développeur | declantyson |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/declantyson/github-contribution-line-graph |
Langues Prises en Charge | 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" ] } ] } |