Actions Pride Theme 🌈

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

Actions Pride Theme 🌈 là gì?

Actions Pride Theme 🌈 là một tiện ích mở rộng Chrome được phát triển bởi MikesCoolOrg, và tính năng chính của nó là "This Chrome extension turns your GitHub Actions logs into a rainbow 🌈. Plus a few other surprises!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Actions Pride Theme 🌈

Tải xuống các tệp mở rộng Actions Pride Theme 🌈 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Actions Pride Theme 🌈 Actions Pride Theme 🌈
ID nbnbichkcbinjobfbcajeiobhpbdiimm
URL Chính Thức https://chromewebstore.google.com/detail/actions-pride-theme-%F0%9F%8C%88/nbnbichkcbinjobfbcajeiobhpbdiimm
Mô tả This Chrome extension turns your GitHub Actions logs into a rainbow 🌈. Plus a few other surprises!
Kích Thước Tệp 26.61 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2020-09-03
Ngày Phát Hành 2020-09-03
Nhà Phát Triển MikesCoolOrg
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/mscoutermarsh/actions-pride-theme
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}