Eye exercises
Let your eyes a little rest. A simple set of exercises.
Wat is Eye exercises?
Eye exercises is een Chrome-extensie ontwikkeld door Andrey Pelykh, en de belangrijkste functie is "Let your eyes a little rest. A simple set of exercises.".
Extensie Screenshots
Download het CRX-bestand van de extensie Eye exercises
Download Eye exercises-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | ehmlgofcjpdndbaebhglmfffmianeclh |
| Officiële URL | https://chromewebstore.google.com/detail/eye-exercises/ehmlgofcjpdndbaebhglmfffmianeclh |
| Beschrijving | Let your eyes a little rest. A simple set of exercises. |
| Bestandsgrootte | 3.1 MB |
| Aantal Installaties | 426 |
| Huidige Versie | 1.0.2 |
| Laatst Bijgewerkt | 2020-04-24 |
| Publicatiedatum | 2020-04-22 |
| Beoordeling | 4.67/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | Andrey Pelykh |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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
} | |