Gitark

The most popular dark theme extension for github

What is Gitark?

Gitark is a Chrome extension developed by funny, and its main feature is "The most popular dark theme extension for github".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Gitark Extension CRX File

Download Gitark extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Changes github default light theme to dark one.

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

Extension Basic Information

Name Gitark Gitark
ID pajmlahbnmcmbfdmmcacaojpedjcdjgm
Official URL https://chromewebstore.google.com/detail/gitark/pajmlahbnmcmbfdmmcacaojpedjcdjgm
Description The most popular dark theme extension for github
File Size 672 KB
Installation Count 107
Current Version 0.0.9
Last Updated 2019-05-11
Publish Date 2019-05-11
Rating 4.80/5 Total 5 Ratings
Developer funny
Email [email protected]
Payment Type free
Extension Website https://github.com/imfunniee/gitark
Supported Languages 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"
            ]
        }
    ]
}