TomaTimer

Pomodoro Technique timer for minimalists.

Cos'è TomaTimer?

TomaTimer è un'estensione di Chrome sviluppata da Piotr Adamczewski, e la sua funzione principale è "Pomodoro Technique timer for minimalists.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione TomaTimer

Scarica i file di estensione TomaTimer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome TomaTimer TomaTimer
ID hgbdhbgmmfhepghcdhepkbhabkaffihk
URL Ufficiale https://chromewebstore.google.com/detail/tomatimer/hgbdhbgmmfhepghcdhepkbhabkaffihk
Descrizione Pomodoro Technique timer for minimalists.
Dimensione del File 53.75 KB
Conteggio Installazioni 562
Versione Corrente 1.1
Ultimo Aggiornamento 2012-10-24
Data di Pubblicazione 2012-10-24
Valutazione 4.29/5 Totale 28 Valutazioni
Sviluppatore Piotr Adamczewski
Tipo di Pagamento free
Lingue Supportate 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
    }
}