Tomato Timer

A pomodoro technique timer!

Wat is Tomato Timer?

Tomato Timer is een Chrome-extensie ontwikkeld door Bruno Freitas, en de belangrijkste functie is "A pomodoro technique timer!".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Tomato Timer

Download Tomato Timer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Tomato timer is cool mode to use the pomodoro technique.

For learn more about the Pomodoro Technique: http://pomodorotechnique.com/

*Version 2.1.2: choose a sound!* 

* Start, pause and stop timer
* configurable intervals
* block domains to improve your focus
* cool sounds and icons                    

Basisinformatie over de Extensie

Naam Tomato Timer Tomato Timer
ID hffgokcnajmdbklfcbdiopgnbjlpemmk
Officiële URL https://chrome.google.com/webstore/detail/tomato-timer/hffgokcnajmdbklfcbdiopgnbjlpemmk
Beschrijving A pomodoro technique timer!
Bestandsgrootte 967 KB
Aantal Installaties 10,000
Huidige Versie 2.1.2
Laatst Bijgewerkt 2016-09-03
Publicatiedatum 2016-09-03
Beoordeling 3.66/5 Totaal 58 Beoordelingen
Ontwikkelaar Bruno Freitas
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tomato Timer",
    "short_name": "TomatoTimer",
    "description": "A pomodoro technique timer!",
    "version": "2.1.2",
    "browser_action": {
        "default_icon": "images\/pomodoro-inactive-19.png",
        "default_title": "Tomato Timer",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "notifications",
        "alarms",
        "",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "tomato.js"
        ]
    },
    "icons": {
        "16": "images\/pomodoro-inactive-19.png",
        "48": "images\/pomodoro-inactive-48.png",
        "128": "images\/pomodoro-inactive-128.png"
    },
    "options_page": "options.html"
}