Simple Night Mode
An addon to invert the color of any webpage/website, making contents of any website less stressful on your eyes.
Simple Night Mode란 무엇입니까?
Simple Night Mode은(는) Aniket에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An addon to invert the color of any webpage/website, making contents of any website less stressful on your eyes."입니다.
확장 프로그램 스크린샷
Simple Night Mode 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Invert the color of any webpage/website, making contents of any website readable and less stressful on your eyes if you are surfing internet in dark lit room. Click the Simple Night Mode Button to start Night Mode.
확장 프로그램 기본 정보
이름 | Simple Night Mode |
ID | daogheeomfnjjbabmnmgpbhmamegpbaj |
공식 URL | https://chromewebstore.google.com/detail/simple-night-mode/daogheeomfnjjbabmnmgpbhmamegpbaj |
설명 | An addon to invert the color of any webpage/website, making contents of any website less stressful on your eyes. |
파일 크기 | 7.84 KB |
설치 횟수 | 1,967 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2016-12-06 |
출시 날짜 | 2016-12-06 |
평점 | 4.15/5 총 40 개의 평점 |
개발자 | Aniket |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Night Mode", "version": "1.0.2", "description": "An addon to invert the color of any webpage\/website, making contents of any website less stressful on your eyes.", "background": { "scripts": [ "libs\/control.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "libs\/system.js" ], "run_at": "document_start" } ], "icons": { "16": "images\/icon24.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "19": "images\/icon24.png", "38": "images\/icon48.png" }, "default_title": "Simple Night Mode" }, "permissions": [ "tabs", "*:\/\/*\/*" ], "manifest_version": 2, "web_accessible_resources": [ "themes\/simple.css", "libs\/system.js" ] } |