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.
Cos'è Duolingo Themes Settings (DTS)?
Duolingo Themes Settings (DTS) è un'estensione di Chrome sviluppata da Skilloff1337, e la sua funzione principale è "Duolingo Themes Settings - This is an open source extension that will allow you to change the color scheme on the Duolingo.com.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Duolingo Themes Settings (DTS)
Scarica i file di estensione Duolingo Themes Settings (DTS) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | jmcdcojopmbdjpfjnndnfbjcddjellic |
| URL Ufficiale | https://chromewebstore.google.com/detail/duolingo-themes-settings/jmcdcojopmbdjpfjnndnfbjcddjellic |
| Descrizione | Duolingo Themes Settings - This is an open source extension that will allow you to change the color scheme on the Duolingo.com. |
| Dimensione del File | 8.3 MB |
| Conteggio Installazioni | 270 |
| Versione Corrente | 1.2.28 |
| Ultimo Aggiornamento | 2023-06-09 |
| Data di Pubblicazione | 2022-08-04 |
| Valutazione | 4.38/5 Totale 8 Valutazioni |
| Sviluppatore | Skilloff1337 |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |