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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cory der Große และคุณลักษณะหลักของมันคือ "Darken Duolingo's UI to play without burning your retinas! This extension affects Duolingo's style only, not its functionality."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dark Duolingo
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } ] } |