Better Dark Mode
Give pages a better dark mode by avoiding things like full white text on full black background.
什麼是Better Dark Mode?
Better Dark Mode是由f開發的Chrome擴展程式,該擴展的主要功能是“Give pages a better dark mode by avoiding things like full white text on full black background.”。
擴展截圖
下載Better Dark Mode擴展crx文件
下載Better Dark Mode擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
- Creates a dark mode of any page by inverting the original colors, background-colors, border-colors. - Unlike most "dark modes," Better Dark Mode reduces eye-strain by not allowing any RGB values below 50 or above 200 by default. Darkness and brightness limits can be customized by user. Potential updates: - Find a way to avoid flash of non-darkened page before extension runs on page load - Store the active/inactive state as well as darkness/brightness limit variables Chrome-wide (currently using localStorage)
擴展基本資訊
名稱 | Better Dark Mode |
ID | ibkdocnpanhgcbbfadninaflpgjecmod |
官方網址 | https://chromewebstore.google.com/detail/better-dark-mode/ibkdocnpanhgcbbfadninaflpgjecmod |
簡介 | Give pages a better dark mode by avoiding things like full white text on full black background. |
檔案大小 | 32.05 KB |
安裝次數 | 5,638 |
目前版本 | 0.9.4 |
更新時間 | 2017-09-23 |
上架時間 | 2017-09-23 |
評分 | 3.46/5 共 26 次評分 |
開發者 | f |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Better Dark Mode", "short_name": "Better Dark", "description": "Give pages a better dark mode by avoiding things like full white text on full black background.", "version": "0.9.4", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ " |