Tomato Timer

A pomodoro technique timer!

Tomato Timerとは何ですか?

Tomato TimerはBruno Freitasによって開発されたChromeの拡張機能で、その主な機能は「A pomodoro technique timer!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Tomato Timer拡張機能のCRXファイルをダウンロード

Tomato Timer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Tomato Timer Tomato Timer
ID hffgokcnajmdbklfcbdiopgnbjlpemmk
公式URL https://chrome.google.com/webstore/detail/tomato-timer/hffgokcnajmdbklfcbdiopgnbjlpemmk
説明 A pomodoro technique timer!
ファイルサイズ 967 KB
インストール数 10,000
現在のバージョン 2.1.2
最終更新日 2016-09-03
公開日 2016-09-03
評価 3.66/5 合計 58 レビュー
開発者 Bruno Freitas
Eメール [email protected]
支払い方法 free
対応言語 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"
}