TomaTimer

Pomodoro Technique timer for minimalists.

TomaTimerとは何ですか?

TomaTimerはPiotr Adamczewskiによって開発されたChromeの拡張機能で、その主な機能は「Pomodoro Technique timer for minimalists.」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Updated! Sound and compatibility issues are fixed. Should work fine on recent Chrome versions.

Simple timer for Pomodoro Technique users. Start it and TomaTimer will notify you about Pomodoros, short and long breaks.

Uses a notification popup or (optionally) a sound.

You can set duration of Pomodoros and breaks on the options page.

Available in English and Polish. Other translations welcome.

Notification sound by http://www.justinwasack.com/                    

拡張機能の基本情報

名前 TomaTimer TomaTimer
ID hgbdhbgmmfhepghcdhepkbhabkaffihk
公式URL https://chromewebstore.google.com/detail/tomatimer/hgbdhbgmmfhepghcdhepkbhabkaffihk
説明 Pomodoro Technique timer for minimalists.
ファイルサイズ 53.75 KB
インストール数 562
現在のバージョン 1.1
最終更新日 2012-10-24
公開日 2012-10-24
評価 4.29/5 合計 28 レビュー
開発者 Piotr Adamczewski
支払い方法 free
対応言語 en,pl
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "version": "1.1",
    "manifest_version": 2,
    "description": "__MSG_extensionDesc__",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icon19.png",
        "default_title": "TomaTimer",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "permissions": [
        "notifications"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}