GitHub Contribution Line Graph

Draws the last 4 weeks of a user's GitHub contributions as a line graph

Was ist GitHub Contribution Line Graph?

GitHub Contribution Line Graph ist eine Chrome-Erweiterung, die von declantyson entwickelt wurde, und ihr Hauptmerkmal ist "Draws the last 4 weeks of a user's GitHub contributions as a line graph".

Erweiterungsscreenshots

screenshot

GitHub Contribution Line Graph-Erweiterungs-CRX-Datei herunterladen

Laden Sie GitHub Contribution Line Graph-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Draws the last 4 weeks of a user's GitHub contributions as a line graph. That's it.                    

Grundlegende Informationen zur Erweiterung

Name GitHub Contribution Line Graph GitHub Contribution Line Graph
ID djhobfakbgkiddiicpajklnlncgppogf
Offizielle URL https://chromewebstore.google.com/detail/github-contribution-line/djhobfakbgkiddiicpajklnlncgppogf
Beschreibung Draws the last 4 weeks of a user's GitHub contributions as a line graph
Dateigröße 198 KB
Installationsanzahl 37
Aktuelle Version 0.0.1
Letztes Update 2017-01-23
Veröffentlichungsdatum 2017-01-23
Entwickler declantyson
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/declantyson/github-contribution-line-graph
Unterstützte Sprachen 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"
            ]
        }
    ]
}