Gitark

The most popular dark theme extension for github

Gitark क्या है?

Gitark funny द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The most popular dark theme extension for github"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Changes github default light theme to dark one.

Issues : https://github.com/imfunniee/gitark/issues 
Fork it on github : https://github.com/imfunniee/gitark                    

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

नाम Gitark Gitark
ID pajmlahbnmcmbfdmmcacaojpedjcdjgm
आधिकारिक URL https://chromewebstore.google.com/detail/gitark/pajmlahbnmcmbfdmmcacaojpedjcdjgm
विवरण The most popular dark theme extension for github
फ़ाइल का आकार 672 KB
स्थापना संख्या 107
वर्तमान संस्करण 0.0.9
अंतिम अपडेट 2019-05-11
प्रकाशन तिथि 2019-05-11
रेटिंग 4.80/5 कुल 5 रेटिंग्स
डेवलपर funny
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/imfunniee/gitark
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gitark",
    "version": "0.0.9",
    "short_name": "Gitark",
    "author": "imfunny and community",
    "description": "The most popular dark theme extension for github",
    "manifest_version": 2,
    "icons": {
        "16": "assets\/icon3.png",
        "48": "assets\/icon2.png",
        "128": "assets\/icon1.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "src\/content.js"
            ]
        }
    ]
}