Eye exercises
Let your eyes a little rest. A simple set of exercises.
Что такое Eye exercises?
Eye exercises - это расширение Chrome, разработанное Andrey Pelykh, и его основная функция - "Let your eyes a little rest. A simple set of exercises.".
Снимки экрана расширения
Скачать файл CRX расширения Eye exercises
Скачайте файлы расширений Eye exercises в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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. Основная информация о расширении
| Название | |
| 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
} | |