BreakTimer

Reminds you to take breaks from your computer.

¿Qué es BreakTimer?

BreakTimer es una extensión de Chrome desarrollada por Titus, y su función principal es "Reminds you to take breaks from your computer.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión BreakTimer

Descarga archivos de extensión BreakTimer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre BreakTimer BreakTimer
ID ehlcdbpofiimdlajaleghpdlkcfhhfag
URL Oficial https://chrome.google.com/webstore/detail/breaktimer/ehlcdbpofiimdlajaleghpdlkcfhhfag
Descripción Reminds you to take breaks from your computer.
Tamaño del Archivo 322 KB
Cantidad de Instalaciones 52
Versión Actual 1.0
Última Actualización 2014-11-10
Fecha de Publicación 2014-11-10
Desarrollador Titus
Tipo de Pago free
Idiomas Soportados 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"
    ]
}