Eye exercises
Let your eyes a little rest. A simple set of exercises.
Eye exercises란 무엇입니까?
Eye exercises은(는) Andrey Pelykh에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Let your eyes a little rest. A simple set of exercises."입니다.
확장 프로그램 스크린샷
Eye exercises 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension offers you to perform 5 exercises for your eyes. It will be very helpful if you work in front of your screen a lot. Take breaks every hour and your eyes will feel better.
확장 프로그램 기본 정보
이름 | Eye exercises |
ID | ehmlgofcjpdndbaebhglmfffmianeclh |
공식 URL | https://chromewebstore.google.com/detail/eye-exercises/ehmlgofcjpdndbaebhglmfffmianeclh |
설명 | Let your eyes a little rest. A simple set of exercises. |
파일 크기 | 3.1 MB |
설치 횟수 | 426 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2020-04-24 |
출시 날짜 | 2020-04-22 |
평점 | 4.67/5 총 6 개의 평점 |
개발자 | Andrey Pelykh |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0.2", "browser_action": { "default_icon": "eye-logo.png", "default_popup": "index.html" }, "permissions": [], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'", "offline_enabled": true } |