Praxis Eye Health
Reminders to help improve your health when using a computer
Praxis Eye Health là gì?
Praxis Eye Health là một tiện ích mở rộng Chrome được phát triển bởi Alisha, và tính năng chính của nó là "Reminders to help improve your health when using a computer".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Praxis Eye Health
Tải xuống các tệp mở rộng Praxis Eye Health dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Praxis helps reduce the negative impacts of extended web browsing such as eye strain, poor posture, diet, and general inactivity by reminding users to take a healthy break. Features: -A Chrome notification every 20 minutes to remind you of the 20-20-20 rule: Look 20 feet away from the screen every 20 minutes for at least 20 seconds. -A new exercise or yoga pose with an instructional gif accompanying the reminders to help incorporate some physical activity into your daily routine. -A daily water intake tracker.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Praxis Eye Health |
ID | dglbjkmiloehedbleclibjadageemaag |
URL Chính Thức | https://chromewebstore.google.com/detail/praxis-eye-health/dglbjkmiloehedbleclibjadageemaag |
Mô tả | Reminders to help improve your health when using a computer |
Kích Thước Tệp | 2.59 MB |
Số Lần Cài Đặt | 480 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2015-05-02 |
Ngày Phát Hành | 2015-05-01 |
Đánh Giá | 4.59/5 Tổng số 17 Đánh Giá |
Nhà Phát Triển | Alisha |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Praxis Eye Health", "manifest_version": 2, "version": "1.2", "description": "Reminders to help improve your health when using a computer", "icons": { "16": "images\/logo_16.png", "48": "images\/logo_48.png", "128": "images\/logo_128.png" }, "permissions": [ "notifications", "background" ], "browser_action": { "default_icon": "images\/logo_16.png", "default_popup": "popup.html", "default_title": "Praxis Eye Health" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-1.11.1.min.js", "popup.js" ], "run_at": "document_start" } ], "background": { "scripts": [ "jquery-1.11.1.min.js", "background.js" ], "persistent": true } } |