Tomato Timer

A pomodoro technique timer!

Qu'est-ce que Tomato Timer ?

Tomato Timer est une extension Chrome développée par Bruno Freitas, et sa fonction principale est "A pomodoro technique timer!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Tomato Timer

Téléchargez les fichiers d'extension Tomato Timer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Tomato Timer Tomato Timer
ID hffgokcnajmdbklfcbdiopgnbjlpemmk
URL Officiel https://chrome.google.com/webstore/detail/tomato-timer/hffgokcnajmdbklfcbdiopgnbjlpemmk
Description A pomodoro technique timer!
Taille du Fichier 967 KB
Nombre d'Installations 10,000
Version Actuelle 2.1.2
Dernière Mise à Jour 2016-09-03
Date de Publication 2016-09-03
Évaluation 3.66/5 Total 58 Évaluations
Développeur Bruno Freitas
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}