Dark Duolingo
Darken Duolingo's UI to play without burning your retinas! This extension affects Duolingo's style only, not its functionality.
什么是Dark Duolingo?
Dark Duolingo是由Cory der Große开发的Chrome扩展程序,该扩展的主要功能是“Darken Duolingo's UI to play without burning your retinas! This extension affects Duolingo's style only, not its functionality.”。
扩展截图
下载Dark Duolingo扩展crx文件
下载Dark Duolingo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This add-on will darken the Duolingo website's UI to put less strain on your eyes. This extension affects Duolingo's style only, not its functionality. To-Do List: start styling Research pages
扩展基本信息
名称 | Dark Duolingo |
ID | oecpphmlhglapklhnfoeffckahfmjhdl |
官方URL | https://chromewebstore.google.com/detail/dark-duolingo/oecpphmlhglapklhnfoeffckahfmjhdl |
简介 | Darken Duolingo's UI to play without burning your retinas! This extension affects Duolingo's style only, not its functionality. |
文件大小 | 35.6 KB |
安装次数 | 366 |
当前版本 | 1.15 |
更新时间 | 2023-09-23 |
上架时间 | 2022-12-18 |
评分 | 4.20/5 共5次评分 |
开发者 | Cory der Große |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://corydergrosse.github.io/ |
帮助页面URL | https://corydergrosse.github.io/ |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dark Duolingo", "short_name": "Dark Duo", "description": "Darken Duolingo's UI to play without burning your retinas! This extension affects Duolingo's style only, not its functionality.", "author": "Cory der Gro\u00dfe", "homepage_url": "https:\/\/corydergrosse.github.io", "version": "1.15", "manifest_version": 3, "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "96": "icons\/icon_96.png", "128": "icons\/icon_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.duolingo.com\/*" ], "css": [ "darkDuolingo.css" ] } ] } |