Duolingo Themes Settings (DTS)

Duolingo Themes Settings - This is an open source extension that will allow you to change the color scheme on the Duolingo.com.

Что такое Duolingo Themes Settings (DTS)?

Duolingo Themes Settings (DTS) - это расширение Chrome, разработанное Skilloff1337, и его основная функция - "Duolingo Themes Settings - This is an open source extension that will allow you to change the color scheme on the Duolingo.com.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Duolingo Themes Settings (DTS)

Скачайте файлы расширений Duolingo Themes Settings (DTS) в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Duolingo Themes Setting - This is an open source extension that will allow you to change the color scheme on the Duolingo.com website to ready-made ones. And you can also customize the color scheme for yourself by turning on manual settings.

Github repository - github.com/skilloff1337/Google-Extension-Duolingo-Themes-Settings                    

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

Название Duolingo Themes Settings (DTS) Duolingo Themes Settings (DTS)
ID jmcdcojopmbdjpfjnndnfbjcddjellic
Официальный URL https://chromewebstore.google.com/detail/duolingo-themes-settings/jmcdcojopmbdjpfjnndnfbjcddjellic
Описание Duolingo Themes Settings - This is an open source extension that will allow you to change the color scheme on the Duolingo.com.
Размер файла 8.3 MB
Количество установок 270
Текущая Версия 1.2.28
Последнее Обновление 2023-06-09
Дата публикации 2022-08-04
Рейтинг 4.38/5 Всего 8 оценок
Разработчик Skilloff1337
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Duolingo Themes Settings (DTS)",
    "version": "1.2.28",
    "description": "Duolingo Themes Settings - This is an open source extension that will allow you to change the color scheme on the Duolingo.com.",
    "icons": {
        "128": "Images\/duo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.duolingo.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "duolingo.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "default_title": "Duolingo Themes Settings (DTS)",
        "default_popup": "Popup.html"
    }
}