Actions Pride Theme 🌈

This Chrome extension turns your GitHub Actions logs into a rainbow 🌈. Plus a few other surprises!

Actions Pride Theme 🌈とは何ですか?

Actions Pride Theme 🌈はMikesCoolOrgによって開発されたChromeの拡張機能で、その主な機能は「This Chrome extension turns your GitHub Actions logs into a rainbow 🌈. Plus a few other surprises!」です。

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

screenshot

Actions Pride Theme 🌈拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This Chrome extension turns your GitHub Actions logs into a rainbow 🌈. Plus a few other surprises!                    

拡張機能の基本情報

名前 Actions Pride Theme 🌈 Actions Pride Theme 🌈
ID nbnbichkcbinjobfbcajeiobhpbdiimm
公式URL https://chromewebstore.google.com/detail/actions-pride-theme-%F0%9F%8C%88/nbnbichkcbinjobfbcajeiobhpbdiimm
説明 This Chrome extension turns your GitHub Actions logs into a rainbow 🌈. Plus a few other surprises!
ファイルサイズ 26.61 KB
インストール数 37
現在のバージョン 0.1
最終更新日 2020-09-03
公開日 2020-09-03
開発者 MikesCoolOrg
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/mscoutermarsh/actions-pride-theme
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Actions Pride Theme \ud83c\udf08",
    "version": "0.1",
    "page_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*\/*\/*"
            ],
            "css": [
                "cool.css"
            ],
            "js": [
                "cool.js"
            ]
        }
    ]
}