GitHub Contribution Line Graph

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

Vad är GitHub Contribution Line Graph?

GitHub Contribution Line Graph är en Chrome-tillägg utvecklad av declantyson, och dess huvudfunktion är "Draws the last 4 weeks of a user's GitHub contributions as a line graph".

Tilläggsskärmbilder

screenshot

Ladda ner GitHub Contribution Line Graph-förlängningens CRX-fil

Ladda ner GitHub Contribution Line Graph-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn GitHub Contribution Line Graph GitHub Contribution Line Graph
ID djhobfakbgkiddiicpajklnlncgppogf
Officiell webbadress https://chromewebstore.google.com/detail/github-contribution-line/djhobfakbgkiddiicpajklnlncgppogf
Beskrivning Draws the last 4 weeks of a user's GitHub contributions as a line graph
Filstorlek 198 KB
Antal Installationer 37
Aktuell Version 0.0.1
Senast Uppdaterad 2017-01-23
Publiceringsdatum 2017-01-23
Utvecklare declantyson
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/declantyson/github-contribution-line-graph
Stödda Språk 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"
            ]
        }
    ]
}