Night Theme - Dark Mode
Dark Mode - a universal dark theme for websites, ideal for night and day browsing. Switch seamlessly with dark reader
Night Theme - Dark Mode란 무엇입니까?
Night Theme - Dark Mode은(는) Larry Garrett에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dark Mode - a universal dark theme for websites, ideal for night and day browsing. Switch seamlessly with dark reader"입니다.
확장 프로그램 스크린샷
Night Theme - Dark Mode 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
🌙 Activate Dark Mode for your web browser to protect your eyes while using the computer.
💡 Working on a computer at night may strain your eyes and disturb others in the room. Dark Mode helps reduce screen brightness, promoting eye care.
🌐 While Dark Mode may not be suitable for all websites, applying warm colors universally serves as a great alternative for screen tinting.
🚀 Dark Mode extension effortlessly shifts browser content colors to a warmer tone after dark. Refresh tabs for optimal performance.
⚡ After installing Dark Mode, refresh tabs opened before installation for full effect. Restart the web to refresh all tabs at once.
🌈 Features of the extension:
- Free with no in-app purchases
- Enable dark mode for any website
- Easy one-click installation
- Lightweight, ensuring no impact on computer speed
💻 Screen Shader Mode: A delightful experience for your eyes! Share your feedback and suggestions in the comments section! 확장 프로그램 기본 정보
| 이름 | |
| ID | jhhjdfldilccfllhlbjdlhknlfbhpgeg |
| 공식 URL | https://chromewebstore.google.com/detail/night-theme-dark-mode/jhhjdfldilccfllhlbjdlhknlfbhpgeg |
| 설명 | Dark Mode - a universal dark theme for websites, ideal for night and day browsing. Switch seamlessly with dark reader |
| 파일 크기 | 71.62 KB |
| 설치 횟수 | 4,256,651 |
| 현재 버전 | 2.31 |
| 최근 업데이트 | 2024-01-27 |
| 출시 날짜 | 2021-11-01 |
| 평점 | 4.56/5 총 300 개의 평점 |
| 개발자 | Larry Garrett |
| 이메일 | [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,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_extDesc__",
"short_name": "__MSG_extShortName__",
"default_locale": "en",
"version": "2.31",
"icons": {
"16": "images\/16.png",
"32": "images\/32.png",
"48": "images\/48.png",
"128": "images\/128.png"
},
"action": {
"default_title": "__MSG_extName__",
"default_popup": "popup.html",
"default_icon": {
"16": "images\/16.png",
"32": "images\/32.png",
"48": "images\/48.png",
"128": "images\/128.png"
}
},
"manifest_version": 3,
"background": {
"service_worker": "js\/background.js"
},
"permissions": [
"activeTab",
"scripting",
"storage",
"unlimitedStorage"
],
"host_permissions": [
"*:\/\/*\/*"
],
"content_scripts": [
{
"all_frames": true,
"matches": [
"*:\/\/*\/*"
],
"js": [
"js\/content.js"
]
}
]
} | |