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.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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) |
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" } } |