Night Mode for All Web
Night Mode is a versatile dark theme for websites, ideal for day and night browsing. Easily switch your website to dark mode.
什么是Night Mode for All Web?
Night Mode for All Web是由carlosjhein开发的Chrome扩展程序,该扩展的主要功能是“Night Mode is a versatile dark theme for websites, ideal for day and night browsing. Easily switch your website to dark mode.”。
扩展截图
下载Night Mode for All Web扩展crx文件
下载Night Mode for All Web扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Take care of your eyes around the clock by utilizing dark mode or adjusting screen brightness to a protective eye-friendly color.
🌙 The Night Shift extension not only activates night mode on nearly all websites but also grants you control over the built-in dark themes on those that support it.
For websites lacking a built-in night theme, such as Gmail, Google Docs, Office Online, Github, and countless others, our extension seamlessly converts colors for a smooth transition to dark mode.
Enjoy the flexibility of the white-list feature, allowing you to exclude specific domains from the mode. Simply add desired domains (comma-separated) in the options page to exclude them from the dark mode.
📥 Download the dark mode extension for your web browser now!
🌙 Night Shift
Engage Night Shift mode to transform the typical screen light into a warmer tone, safeguarding your eyes. Easily toggle the tool on and off with a single click as needed.
🌈 The Night Shift and Dark Mode extension automatically adjusts browser content colors to the warmer end of the spectrum after dark.
⚡ Ensure you refresh all tabs opened before installing Dark Mode and Night Shift. Restart Chrome for a quick refresh of all tabs at once. Otherwise, Night Shift will only apply to newly opened tabs.
🎨 This extension introduces a stylish dark theme to Google Docs, making it easier on the eyes and giving it a cooler appearance.
Feel free to ask questions and share your comments. Your feedback is invaluable to our Dark Reader! 扩展基本信息
| 名称 | |
| ID | iefadjgldnnpdadmphmaapklchpjhcnj |
| 官方URL | https://chromewebstore.google.com/detail/night-mode-for-all-web/iefadjgldnnpdadmphmaapklchpjhcnj |
| 简介 | Night Mode is a versatile dark theme for websites, ideal for day and night browsing. Easily switch your website to dark mode. |
| 文件大小 | 54.67 KB |
| 安装次数 | 1,120,177 |
| 当前版本 | 1.0.3 |
| 更新时间 | 2024-01-05 |
| 上架时间 | 2022-11-02 |
| 评分 | 4.70/5 共451次评分 |
| 开发者 | carlosjhein |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"version": "1.0.3",
"permissions": [
"storage",
"unlimitedStorage",
"scripting",
"activeTab"
],
"content_scripts": [
{
"all_frames": true,
"matches": [
"*:\/\/*\/*"
],
"js": [
"check.js"
]
}
],
"action": {
"default_title": "__MSG_titleDefault__",
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"manifest_version": 3,
"default_locale": "en"
} | |