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 |
公式URL | 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 } } |