Tomato Timer

A pomodoro technique timer!

What is Tomato Timer?

Tomato Timer is a Chrome extension developed by Bruno Freitas, and its main feature is "A pomodoro technique timer!".

Extension Screenshots

screenshot
screenshot
screenshot

Download Tomato Timer Extension CRX File

Download Tomato Timer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Tomato Timer Tomato Timer
ID hffgokcnajmdbklfcbdiopgnbjlpemmk
Official URL https://chrome.google.com/webstore/detail/tomato-timer/hffgokcnajmdbklfcbdiopgnbjlpemmk
Description A pomodoro technique timer!
File Size 967 KB
Installation Count 10,000
Current Version 2.1.2
Last Updated 2016-09-03
Publish Date 2016-09-03
Rating 3.66/5 Total 58 Ratings
Developer Bruno Freitas
Email [email protected]
Payment Type free
Supported Languages 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"
}