LUMES 20-20-20
Keep your eyes feeling fresh by scheduling regular breaks.
LUMES 20-20-20란 무엇입니까?
LUMES 20-20-20은(는) https://lumes.store에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keep your eyes feeling fresh by scheduling regular breaks."입니다.
확장 프로그램 스크린샷
LUMES 20-20-20 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Rest your eyes regularly, prevent eye strain, and be more productive with LUMES 20-20-20! What is the 20-20-20 rule? Our eyes have to put in more effort when we read from a screen. The reason is because what we see is made up of pixels, tiny areas of color that form the whole image. Our eyes have to constantly focus and relax to read pixels, which puts more stress on our eye muscles. A good way to ensure your eyes get some rest is the 20-20-20 rule, which recommends that people using digital devices should look at something 20 feet away for 20 seconds, every 20 minutes. How does it work? LUMES 20-20-20 can help reduce eye strain by prompting you to take regular breaks from the screen. The default settings are 20 minutes with 20 seconds rest. If you want to make the timer and break shorter or longer that’s possible too. Feedback? Help us keep LUMES 20-20-20 working for you. If you have any problems or feature suggestions, email us at [email protected].
확장 프로그램 기본 정보
이름 | LUMES 20-20-20 |
ID | bggllnkbdlkiimnpkndnceeelpabcogg |
공식 URL | https://chromewebstore.google.com/detail/lumes-20-20-20/bggllnkbdlkiimnpkndnceeelpabcogg |
설명 | Keep your eyes feeling fresh by scheduling regular breaks. |
파일 크기 | 25.18 KB |
설치 횟수 | 2,680 |
현재 버전 | 1.10 |
최근 업데이트 | 2020-04-11 |
출시 날짜 | 2020-04-11 |
평점 | 4.09/5 총 11 개의 평점 |
개발자 | https://lumes.store |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://lumes.store/pages/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LUMES 20-20-20", "version": "1.10", "description": "Keep your eyes feeling fresh by scheduling regular breaks.", "permissions": [ "alarms", "declarativeContent", "storage", "idle" ], "background": { "scripts": [ "helpers.js", "background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/LUMES-fav-16.png", "32": "images\/LUMES-fav-32.png", "48": "images\/LUMES-fav-48.png", "128": "images\/LUMES-fav-128.png" } }, "icons": { "16": "images\/LUMES-fav-16.png", "32": "images\/LUMES-fav-32.png", "48": "images\/LUMES-fav-48.png", "128": "images\/LUMES-fav-128.png" }, "manifest_version": 2 } |