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
电子邮箱 [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"
            ]
        }
    ]
}