BreakTimer

Reminds you to take breaks from your computer.

什么是BreakTimer?

BreakTimer是由Titus开发的Chrome扩展程序,该扩展的主要功能是“Reminds you to take breaks from your computer.”。

扩展截图

screenshot

下载BreakTimer扩展crx文件

下载BreakTimer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        BreakTimer helps you to take regular breaks from your computer to prevent eye strain and other computer-related health issues. 

This extension is not intended to enforce anything on you but instead to nudge you in the right direction should you choose to look after your health.

BreakTimer will notify you with a new tab and an audio alert when it is time to take a break. You will also be reminded every 20 minutes to give your eyes a quick rest. 

Note: the extension may be less useful to you if you have the icon hidden. If your icon is hidden, you can resize the address bar in Chrome by dragging it from the right-most side to show more extension icons.                    

扩展基本信息

名称 BreakTimer BreakTimer
ID ehlcdbpofiimdlajaleghpdlkcfhhfag
官方URL https://chrome.google.com/webstore/detail/breaktimer/ehlcdbpofiimdlajaleghpdlkcfhhfag
简介 Reminds you to take breaks from your computer.
文件大小 322 KB
安装次数 52
当前版本 1.0
更新时间 2014-11-10
上架时间 2014-11-10
开发者 Titus
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BreakTimer",
    "description": "Reminds you to take breaks from your computer.",
    "version": "1.0",
    "icons": {
        "128": "img\/icon128.png",
        "48": "img\/icon48.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "img\/icon19.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}