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 🌈 - это расширение Chrome, разработанное MikesCoolOrg, и его основная функция - "This Chrome extension turns your GitHub Actions logs into a rainbow 🌈. Plus a few other surprises!".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Actions Pride Theme 🌈

Скачайте файлы расширений 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"
            ]
        }
    ]
}