TomaTimer

Pomodoro Technique timer for minimalists.

Was ist TomaTimer?

TomaTimer ist eine Chrome-Erweiterung, die von Piotr Adamczewski entwickelt wurde, und ihr Hauptmerkmal ist "Pomodoro Technique timer for minimalists.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

TomaTimer-Erweiterungs-CRX-Datei herunterladen

Laden Sie TomaTimer-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

                        Updated! Sound and compatibility issues are fixed. Should work fine on recent Chrome versions.

Simple timer for Pomodoro Technique users. Start it and TomaTimer will notify you about Pomodoros, short and long breaks.

Uses a notification popup or (optionally) a sound.

You can set duration of Pomodoros and breaks on the options page.

Available in English and Polish. Other translations welcome.

Notification sound by http://www.justinwasack.com/                    

Grundlegende Informationen zur Erweiterung

Name TomaTimer TomaTimer
ID hgbdhbgmmfhepghcdhepkbhabkaffihk
Offizielle URL https://chromewebstore.google.com/detail/tomatimer/hgbdhbgmmfhepghcdhepkbhabkaffihk
Beschreibung Pomodoro Technique timer for minimalists.
Dateigröße 53.75 KB
Installationsanzahl 562
Aktuelle Version 1.1
Letztes Update 2012-10-24
Veröffentlichungsdatum 2012-10-24
Bewertung 4.29/5 Insgesamt 28 Bewertungen
Entwickler Piotr Adamczewski
Zahlungsart free
Unterstützte Sprachen en,pl
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "version": "1.1",
    "manifest_version": 2,
    "description": "__MSG_extensionDesc__",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icon19.png",
        "default_title": "TomaTimer",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "permissions": [
        "notifications"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}