Github Colorful Streak

Custom Github contribution streak color.

Github Colorful Streakとは何ですか?

Github Colorful Streakはmingfeiによって開発されたChromeの拡張機能で、その主な機能は「Custom Github contribution streak color.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Github Colorful Streak拡張機能のCRXファイルをダウンロード

Github Colorful Streak拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Github Colorful Streak Github Colorful Streak
ID medomflmnjgkhnkoidiacgngmbeambme
公式URL https://chrome.google.com/webstore/detail/github-colorful-streak/medomflmnjgkhnkoidiacgngmbeambme
説明 Custom Github contribution streak color.
ファイルサイズ 11.89 KB
インストール数 15
現在のバージョン 2.0
最終更新日 2020-07-28
公開日 2017-11-22
評価 5.00/5 合計 2 レビュー
開発者 mingfei
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://thu.github.io/github-colorful-streak/
ヘルプページのURL https://thu.github.io/github-colorful-streak/
対応言語 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"
    ]
}