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.

Co je Duolingo Themes Settings (DTS)?

Duolingo Themes Settings (DTS) je rozšíření Chrome vyvinuté Skilloff1337, a jeho hlavní funkcí je „Duolingo Themes Settings - This is an open source extension that will allow you to change the color scheme on the Duolingo.com.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Duolingo Themes Settings (DTS)

Stáhněte si soubory rozšíření Duolingo Themes Settings (DTS) ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Duolingo Themes Settings (DTS) Duolingo Themes Settings (DTS)
ID jmcdcojopmbdjpfjnndnfbjcddjellic
Oficiální URL https://chromewebstore.google.com/detail/duolingo-themes-settings/jmcdcojopmbdjpfjnndnfbjcddjellic
Popis Duolingo Themes Settings - This is an open source extension that will allow you to change the color scheme on the Duolingo.com.
Velikost souboru 8.3 MB
Počet instalací 270
Aktuální Verze 1.2.28
Poslední Aktualizace 2023-06-09
Datum Vydání 2022-08-04
Hodnocení 4.38/5 Celkem 8 Hodnocení
Vývojář Skilloff1337
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}