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 扩展基本信息
| 名称 | |
| 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"
}
} | |