Eye exercises
Let your eyes a little rest. A simple set of exercises.
Cos'è Eye exercises?
Eye exercises è un'estensione di Chrome sviluppata da Andrey Pelykh, e la sua funzione principale è "Let your eyes a little rest. A simple set of exercises.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Eye exercises
Scarica i file di estensione Eye exercises in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Eye exercises |
ID | ehmlgofcjpdndbaebhglmfffmianeclh |
URL Ufficiale | https://chromewebstore.google.com/detail/eye-exercises/ehmlgofcjpdndbaebhglmfffmianeclh |
Descrizione | Let your eyes a little rest. A simple set of exercises. |
Dimensione del File | 3.1 MB |
Conteggio Installazioni | 426 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2020-04-24 |
Data di Pubblicazione | 2020-04-22 |
Valutazione | 4.67/5 Totale 6 Valutazioni |
Sviluppatore | Andrey Pelykh |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |