Tomato Timer

A pomodoro technique timer!

Apa itu Tomato Timer?

Tomato Timer adalah ekstensi Chrome yang dikembangkan oleh Bruno Freitas, dan fitur utamanya adalah "A pomodoro technique timer!".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Tomato Timer

Unduh file ekstensi Tomato Timer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Tomato Timer Tomato Timer
ID hffgokcnajmdbklfcbdiopgnbjlpemmk
URL Resmi https://chrome.google.com/webstore/detail/tomato-timer/hffgokcnajmdbklfcbdiopgnbjlpemmk
Deskripsi A pomodoro technique timer!
Ukuran File 967 KB
Jumlah Instalasi 10,000
Versi Saat Ini 2.1.2
Terakhir Diperbarui 2016-09-03
Tanggal Publikasi 2016-09-03
Penilaian 3.66/5 Total 58 Penilaian
Pengembang Bruno Freitas
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
}