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)はSkilloff1337によって開発されたChromeの拡張機能で、その主な機能は「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)拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" } } |