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.
Hvad er Duolingo Themes Settings (DTS)?
Duolingo Themes Settings (DTS) er en Chrome-udvidelse udviklet af Skilloff1337, og dens hovedfunktion er "Duolingo Themes Settings - This is an open source extension that will allow you to change the color scheme on the Duolingo.com.".
Udvidelsesskærmbilleder
Download Duolingo Themes Settings (DTS)-udvidelses-CRX-fil
Download Duolingo Themes Settings (DTS)-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Duolingo Themes Settings (DTS) |
ID | jmcdcojopmbdjpfjnndnfbjcddjellic |
Officiel URL | https://chromewebstore.google.com/detail/duolingo-themes-settings/jmcdcojopmbdjpfjnndnfbjcddjellic |
Beskrivelse | Duolingo Themes Settings - This is an open source extension that will allow you to change the color scheme on the Duolingo.com. |
Filstørrelse | 8.3 MB |
Antal Installationer | 270 |
Nuværende Version | 1.2.28 |
Senest Opdateret | 2023-06-09 |
Udgivelsesdato | 2022-08-04 |
Bedømmelse | 4.38/5 Samlet 8 Bedømmelser |
Udvikler | Skilloff1337 |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |