Take a Break by Eye Care Plus

Reminds you to take a break.

Take a Break by Eye Care Plus là gì?

Take a Break by Eye Care Plus là một tiện ích mở rộng Chrome được phát triển bởi healthcare4mobile, và tính năng chính của nó là "Reminds you to take a break.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Take a Break by Eye Care Plus

Tải xuống các tệp mở rộng Take a Break by Eye Care Plus 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

                        Get relaxed, improve your productivity and easily take better care of your health. Install this Chrome extension and ensure a perfect balance between work and break time.


** Benefits **
 
Using breaks is very important in avoiding the consequences of sedentary lifestyle. Taking regular breaks will help you to gain the following benefits: 

- Relaxation
- Higher productivity
- Reduced excess weight
- More relaxed vision
- Less strain at the end of the day

Taking regular breaks will also allow to avoid such health issues as:
 
- Anxiety
- Cardiovascular disease
- Colon cancer
- Depression
- Diabetes
- High blood pressure
- Lipid disorders
- Mortality in adults
- Obesity
- Osteoporosis
- Scoliosis
- Spinal disc herniation (Low back pain)


** Notification Types **
 
We offer three types of notifications. Choose to be notified with:
 
- New tab
- Desktop notifications
- Popup notifications
 
 
** Settings **
 
Use the settings to note your time in front of the computer as well as the frequency and duration of the breaks.
  
Install the extension today and enjoy multiple benefits for your health. Should you have any questions or suggestions, don't hesitate to drop us an email at healthcare4mobile at gmail dot com.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Take a Break by Eye Care Plus Take a Break by Eye Care Plus
ID nebkccpabcomjaallapnlbcnckhnfknd
URL Chính Thức https://chrome.google.com/webstore/detail/take-a-break-by-eye-care/nebkccpabcomjaallapnlbcnckhnfknd
Mô tả Reminds you to take a break.
Kích Thước Tệp 727 KB
Số Lần Cài Đặt 6,505
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2016-04-28
Ngày Phát Hành 2016-04-28
Đánh Giá 3.88/5 Tổng số 42 Đánh Giá
Nhà Phát Triển healthcare4mobile
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://www.eyeexamtest.com/terms/privacypolicy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Take a Break by Eye Care Plus",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Reminds you to take a break.",
    "icons": {
        "19": "images\/blue19.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/blue19.png",
        "default_popup": "popup.html",
        "default_title": "Take a Break by Eye Care Plus"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "alarms",
        "tabs",
        "notifications",
        ""
    ],
    "web_accessible_resources": [
        "js\/*",
        "css\/*",
        "images\/*",
        "sounds\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}