Actions Pride Theme 🌈

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

Co to jest Actions Pride Theme 🌈?

Actions Pride Theme 🌈 to rozszerzenie Chrome opracowane przez MikesCoolOrg, a jego główną funkcją jest „This Chrome extension turns your GitHub Actions logs into a rainbow 🌈. Plus a few other surprises!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Actions Pride Theme 🌈

Pobierz pliki rozszerzeń Actions Pride Theme 🌈 w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Actions Pride Theme 🌈 Actions Pride Theme 🌈
ID nbnbichkcbinjobfbcajeiobhpbdiimm
Oficjalny URL https://chromewebstore.google.com/detail/actions-pride-theme-%F0%9F%8C%88/nbnbichkcbinjobfbcajeiobhpbdiimm
Opis This Chrome extension turns your GitHub Actions logs into a rainbow 🌈. Plus a few other surprises!
Rozmiar pliku 26.61 KB
Liczba instalacji 37
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2020-09-03
Data Publikacji 2020-09-03
Deweloper MikesCoolOrg
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/mscoutermarsh/actions-pride-theme
Obsługiwane Języki 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"
            ]
        }
    ]
}