Ecosia Darkmode
Browse Ecosia in dark mode - save the planet, and your eyes.
Ecosia Darkmodeคืออะไร?
Ecosia Darkmode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย k_aaa129058 และคุณลักษณะหลักของมันคือ "Browse Ecosia in dark mode - save the planet, and your eyes."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ecosia Darkmode
ดาวน์โหลดไฟล์ส่วนขยาย Ecosia Darkmode ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A darkmode built for Ecosia: Ecosia Darkmode enables a custom dark theme for all Ecosia searches, giving your eyes a chance to rest while your searches plant trees. Styled after Google's dark mode, the extension should be familiar to anyone wanting to switch to Ecosia. • Lightweight and reliable • Practical but good looking design • No flickering or flashing • Respects your privacy UPDATE: Ecosia has added their own darkmode as of 31/10/2022. This extension will remain be updated so users who prefer the theming can continue to enjoy it, but future support may be limited. Thank you to everyone who used and supported Ecosia Darmode <3
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Ecosia Darkmode |
ID | ncidpdcppimaiedanpmfgalibnfefpki |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ecosia-darkmode/ncidpdcppimaiedanpmfgalibnfefpki |
คำอธิบาย | Browse Ecosia in dark mode - save the planet, and your eyes. |
ขนาดไฟล์ | 1.01 MB |
จำนวนการติดตั้ง | 97 |
เวอร์ชันปัจจุบัน | 1.574 |
อัปเดตครั้งล่าสุด | 2022-11-02 |
วันที่เผยแพร่ | 2022-02-14 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | k_aaa129058 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ecosia Darkmode", "description": "Browse Ecosia in dark mode - save the planet, and your eyes.", "version": "1.574", "author": "Kw_hrs", "manifest_version": 3, "icons": { "16": "\/images\/get_started16.png", "32": "\/images\/get_started32.png", "48": "\/images\/get_started48.png", "128": "\/images\/get_started128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.ecosia.org\/*" ], "css": [ "dark.css" ], "run_at": "document_start" }, { "matches": [ "https:\/\/info.ecosia.org\/*" ], "css": [ "dark_info.css" ], "run_at": "document_start" } ], "permissions": [] } |