Dark Mode Global
Invert light-themed web pages into dark to reduce eyestrain
Dark Mode Globalคืออะไร?
Dark Mode Global เป็นส่วนขยายของ Chrome ที่พัฒนาโดย joue.quroi และคุณลักษณะหลักของมันคือ "Invert light-themed web pages into dark to reduce eyestrain"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dark Mode Global
ดาวน์โหลดไฟล์ส่วนขยาย Dark Mode Global ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension blackens white-themed webpages automatically using CSS rules. The idea is to reduce eyestrain while reading documents hence the toolbar button is like a switch to turn dark theme on and off. The user can add one or several pages to the blacklist to prevent automatic conversion when the extension is enabled. This extension supports custom styling for the dark mode to fix possible glitches while automatically converting a page. In comparison to the other dark mode extensions, this one has a built-in method to apply the dark theme only to web pages that use a light background color. So if for instance, you visit a web page that has a default black theme, then the extension will not apply the dark theme at all!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Dark Mode Global |
ID | ngfbfmhhkpknjodmiklpkipnlmolabee |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/dark-mode-global/ngfbfmhhkpknjodmiklpkipnlmolabee |
คำอธิบาย | Invert light-themed web pages into dark to reduce eyestrain |
ขนาดไฟล์ | 27.19 KB |
จำนวนการติดตั้ง | 1,089 |
เวอร์ชันปัจจุบัน | 0.1.0 |
อัปเดตครั้งล่าสุด | 2018-02-07 |
วันที่เผยแพร่ | 2018-02-07 |
คะแนน | 4.20/5 รวมทั้งหมด 15 คะแนน |
ผู้พัฒนา | joue.quroi |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://add0n.com/dark-mode-global.html |
URL หน้าช่วยเหลือ | http://add0n.com/dark-mode-global.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.1.0", "name": "Dark Mode Global", "description": "Invert light-themed web pages into dark to reduce eyestrain", "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png", "256": "data\/icons\/256.png" }, "permissions": [ "*:\/\/*\/*", "webNavigation", "storage", "contextMenus", "notifications" ], "homepage_url": "http:\/\/add0n.com\/dark-mode-global.html", "browser_action": { "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png", "256": "data\/icons\/256.png" } }, "background": { "scripts": [ "webext.js", "background.js" ] }, "options_ui": { "page": "data\/options\/index.html", "chrome_style": true } } |