Tomato Timer

A pomodoro technique timer!

Hvad er Tomato Timer?

Tomato Timer er en Chrome-udvidelse udviklet af Bruno Freitas, og dens hovedfunktion er "A pomodoro technique timer!".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Tomato Timer-udvidelses-CRX-fil

Download Tomato Timer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Tomato Timer Tomato Timer
ID hffgokcnajmdbklfcbdiopgnbjlpemmk
Officiel URL https://chrome.google.com/webstore/detail/tomato-timer/hffgokcnajmdbklfcbdiopgnbjlpemmk
Beskrivelse A pomodoro technique timer!
Filstørrelse 967 KB
Antal Installationer 10,000
Nuværende Version 2.1.2
Senest Opdateret 2016-09-03
Udgivelsesdato 2016-09-03
Bedømmelse 3.66/5 Samlet 58 Bedømmelser
Udvikler Bruno Freitas
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
}