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
官方網址 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"
}