Swello Theme for Replit

Swello Theme for Replit by Sam Cheng

Что такое Swello Theme for Replit?

Swello Theme for Replit - это расширение Chrome, разработанное https://samalander.dev, и его основная функция - "Swello Theme for Replit by Sam Cheng".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Swello Theme for Replit

Скачайте файлы расширений Swello Theme for Replit в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Replaces Replit's IDE colors with colors that are more pleasing to the eye!                    

Основная информация о расширении

Название Swello Theme for Replit Swello Theme for Replit
ID mofpdfadmadiochhbgiohcjbanjekmgj
Официальный URL https://chromewebstore.google.com/detail/swello-theme-for-replit/mofpdfadmadiochhbgiohcjbanjekmgj
Описание Swello Theme for Replit by Sam Cheng
Размер файла 10.59 KB
Количество установок 49
Текущая Версия 0.3.1
Последнее Обновление 2022-04-13
Дата публикации 2022-03-31
Рейтинг 5.00/5 Всего 2 оценок
Разработчик https://samalander.dev
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://swellotheme.samalander.repl.co/
URL страницы помощи https://www.samalander.dev
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Swello Theme for Replit",
    "version": "0.3.1",
    "description": "Swello Theme for Replit by Sam Cheng",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/replit.com\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "index.html",
        "default_title": "Swello Replit Theme"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}