GitHub Contribution Line Graph

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

Τι είναι το GitHub Contribution Line Graph;

Το GitHub Contribution Line Graph είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον declantyson, και η κύρια λειτουργία του είναι "Draws the last 4 weeks of a user's GitHub contributions as a line graph".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης GitHub Contribution Line Graph

Λήψη αρχείων επέκτασης GitHub Contribution Line Graph σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα GitHub Contribution Line Graph GitHub Contribution Line Graph
ID djhobfakbgkiddiicpajklnlncgppogf
Επίσημο URL https://chromewebstore.google.com/detail/github-contribution-line/djhobfakbgkiddiicpajklnlncgppogf
Περιγραφή Draws the last 4 weeks of a user's GitHub contributions as a line graph
Μέγεθος Αρχείου 198 KB
Αριθμός Εγκαταστάσεων 37
Τρέχουσα Έκδοση 0.0.1
Τελευταία Ενημέρωση 2017-01-23
Ημερομηνία Δημοσίευσης 2017-01-23
Προγραμματιστής declantyson
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/declantyson/github-contribution-line-graph
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}