GitHub Colorful Contributions

💚💙💜💛❤️ Customize the colors of the GitHub contributions graph.

GitHub Colorful Contributionsとは何ですか?

GitHub Colorful Contributionsはg1eny0ungによって開発されたChromeの拡張機能で、その主な機能は「💚💙💜💛❤️ Customize the colors of the GitHub contributions graph.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        GitHub Colorful Contributions (GCC) can change the color of the contributions graph on your GitHub profile page.

GCC can also be used with https://github.com/jasonlong/isometric-contributions.

Once installed, you can click on the extension icon to select the color you like.

Extension homepage: https://github.com/g1eny0ung/github-colorful-contributions-graph

If you have any questions, feel free to submit an issue at https://github.com/g1eny0ung/github-colorful-contributions-graph/issues or mail me ([email protected]).                    

拡張機能の基本情報

名前 GitHub Colorful Contributions GitHub Colorful Contributions
ID nmlemiahmhcclpifhmpbjbikdgbndief
公式URL https://chromewebstore.google.com/detail/github-colorful-contribut/nmlemiahmhcclpifhmpbjbikdgbndief
説明 💚💙💜💛❤️ Customize the colors of the GitHub contributions graph.
ファイルサイズ 121 KB
インストール数 163
現在のバージョン 4.0.3
最終更新日 2023-04-04
公開日 2020-07-04
評価 4.60/5 合計 5 レビュー
開発者 g1eny0ung
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/g1eny0ung/github-colorful-contributions-graph
ヘルプページのURL https://github.com/g1eny0ung/github-colorful-contributions-graph/issues
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitHub Colorful Contributions",
    "description": "\ud83d\udc9a\ud83d\udc99\ud83d\udc9c\ud83d\udc9b\u2764\ufe0f Customize the colors of the GitHub contributions graph.",
    "version": "4.0.3",
    "manifest_version": 3,
    "permissions": [
        "declarativeContent",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/github.com\/*"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/16x16.png",
            "32": "images\/32x32.png",
            "48": "images\/48x48.png",
            "128": "images\/128x128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "js\/obelisk.min.js",
                "js\/content_script.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    }
}