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 declantyson द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Draws the last 4 weeks of a user's GitHub contributions as a line graph"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GitHub Contribution Line Graph एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}