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
    }
}