GitHub-Chart

Renders an new face for GitHub Contribution Graphs.

GitHub-Chart क्या है?

GitHub-Chart pdd द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Renders an new face for GitHub Contribution Graphs."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        An extension for Github Users.
It renders an Bar graphs & Pie graphs to show your commits better.                    

एक्सटेंशन की मूल जानकारी

नाम GitHub-Chart GitHub-Chart
ID apaldppjjcjgjddfobajdclccgkbkkje
आधिकारिक URL https://chromewebstore.google.com/detail/github-chart/apaldppjjcjgjddfobajdclccgkbkkje
विवरण Renders an new face for GitHub Contribution Graphs.
फ़ाइल का आकार 251 KB
स्थापना संख्या 543
वर्तमान संस्करण 2.1.1
अंतिम अपडेट 2021-03-10
प्रकाशन तिथि 2016-10-20
रेटिंग 4.89/5 कुल 9 रेटिंग्स
डेवलपर pdd
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Sobranier/github-chart
सहायता पृष्ठ URL https://github.com/Sobranier/github-chart/issues
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitHub-Chart",
    "version": "2.1.1",
    "description": "Renders an new face for GitHub Contribution Graphs.",
    "content_scripts": [
        {
            "css": [
                "gc-min.css"
            ],
            "js": [
                "gc.js"
            ],
            "matches": [
                "https:\/\/github.com\/*",
                "http:\/\/localhost:2333\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}