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
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}