Duolingo Dark Mode
Dark mode for Duolingo
Duolingo Dark Modeคืออะไร?
Duolingo Dark Mode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lazypelt และคุณลักษณะหลักของมันคือ "Dark mode for Duolingo"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Duolingo Dark Mode
ดาวน์โหลดไฟล์ส่วนขยาย Duolingo Dark Mode ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
** DEPRECATED - Duolingo now has an official dark mode using the same color scheme available in the settings. This extension is no longer updated ** This is a simple extension bringing the Duolingo mobile apps' dark mode to the web version. Many other available options to enforce a dark mode on the website mess up certain designs or characters, or aren't fully compatible with all elements on Duolingo. This project is meant to solve this problem by styling all parts of the Duolingo website directly.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Duolingo Dark Mode |
ID | hdonifknoaabcipnicooajpencgllcaf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/duolingo-dark-mode/hdonifknoaabcipnicooajpencgllcaf |
คำอธิบาย | Dark mode for Duolingo |
ขนาดไฟล์ | 7.11 KB |
จำนวนการติดตั้ง | 10,176 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2023-10-05 |
วันที่เผยแพร่ | 2022-11-05 |
คะแนน | 4.56/5 รวมทั้งหมด 43 คะแนน |
ผู้พัฒนา | lazypelt |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Duolingo Dark Mode", "version": "1.2", "description": "Dark mode for Duolingo", "content_scripts": [ { "css": [ "styles.css" ], "js": [ "content.js" ], "matches": [ "https:\/\/www.duolingo.com\/*", "https:\/\/www-internal.duolingo.com\/*", "https:\/\/join.duolingo.com\/*", "https:\/\/preview.duolingo.com\/*" ] } ] } |