Praxis Eye Health
Reminders to help improve your health when using a computer
什麼是Praxis Eye Health?
Praxis Eye Health是由Alisha開發的Chrome擴展程式,該擴展的主要功能是“Reminders to help improve your health when using a computer”。
擴展截圖
下載Praxis Eye Health擴展crx文件
下載Praxis Eye Health擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Praxis Eye Health |
ID | dglbjkmiloehedbleclibjadageemaag |
官方網址 | https://chromewebstore.google.com/detail/praxis-eye-health/dglbjkmiloehedbleclibjadageemaag |
簡介 | Reminders to help improve your health when using a computer |
檔案大小 | 2.59 MB |
安裝次數 | 480 |
目前版本 | 1.2 |
更新時間 | 2015-05-02 |
上架時間 | 2015-05-01 |
評分 | 4.59/5 共 17 次評分 |
開發者 | Alisha |
付費類型 | free |
支援的語言 | 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 } } |