BreakTimer

Reminds you to take breaks from your computer.

Was ist BreakTimer?

BreakTimer ist eine Chrome-Erweiterung, die von Titus entwickelt wurde, und ihr Hauptmerkmal ist "Reminds you to take breaks from your computer.".

Erweiterungsscreenshots

screenshot

BreakTimer-Erweiterungs-CRX-Datei herunterladen

Laden Sie BreakTimer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name BreakTimer BreakTimer
ID ehlcdbpofiimdlajaleghpdlkcfhhfag
Offizielle URL https://chrome.google.com/webstore/detail/breaktimer/ehlcdbpofiimdlajaleghpdlkcfhhfag
Beschreibung Reminds you to take breaks from your computer.
Dateigröße 322 KB
Installationsanzahl 52
Aktuelle Version 1.0
Letztes Update 2014-11-10
Veröffentlichungsdatum 2014-11-10
Entwickler Titus
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}