Github Colorful Streak

Custom Github contribution streak color.

What is Github Colorful Streak?

Github Colorful Streak is a Chrome extension developed by mingfei, and its main feature is "Custom Github contribution streak color.".

Extension Screenshots

screenshot
screenshot

Download Github Colorful Streak Extension CRX File

Download Github Colorful Streak 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

                        Github Colorful Streak can change github contribution streak color beyond official green.                    

Extension Basic Information

Name Github Colorful Streak Github Colorful Streak
ID medomflmnjgkhnkoidiacgngmbeambme
Official URL https://chrome.google.com/webstore/detail/github-colorful-streak/medomflmnjgkhnkoidiacgngmbeambme
Description Custom Github contribution streak color.
File Size 11.89 KB
Installation Count 15
Current Version 2.0
Last Updated 2020-07-28
Publish Date 2017-11-22
Rating 5.00/5 Total 2 Ratings
Developer mingfei
Email [email protected]
Payment Type free
Extension Website https://thu.github.io/github-colorful-streak/
Help Page URL https://thu.github.io/github-colorful-streak/
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "name": "Github Colorful Streak",
    "version": "2.0",
    "description": "Custom Github contribution streak color.",
    "options_page": "options.html",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "browser_action": {
        "default_title": "Github colorful",
        "default_icon": "128.png"
    },
    "permissions": [
        "tabs",
        "*:\/\/github.com\/*",
        "storage"
    ]
}