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文件
下載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.
擴展基本資訊
名稱 | Eye exercises |
ID | ehmlgofcjpdndbaebhglmfffmianeclh |
官方網址 | 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 } |