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
电子邮箱 [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"
}