Pomodoro Clock

Simple background timer for productivity

什么是Pomodoro Clock?

Pomodoro Clock是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Simple background timer for productivity”。

扩展截图

screenshot
screenshot

下载Pomodoro Clock扩展crx文件

下载Pomodoro Clock扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Thanks to the timer, you can focus on work.

1. Select the duration of the work session and the rest session and turn on the timer
2. Take care of what you wanted to focus on
3. The timer will notify you of the start time of the sound, and then the start time of the new work session
4. Repeat the required number of sessions to achieve the result

Work and rest cycles help minimize procrastination and make better use of your time.
In a working session, you complete the task without being distracted. 
In the rest session, do what you want.
Do not forget that this is just a tool, everything is in your hands.                    

扩展基本信息

名称 Pomodoro Clock Pomodoro Clock
ID pfbgmmjloigajfgnfmgmdbafaedpmlml
官方URL https://chromewebstore.google.com/detail/pomodoro-clock/pfbgmmjloigajfgnfmgmdbafaedpmlml
简介 Simple background timer for productivity
文件大小 54.19 KB
安装次数 11
当前版本 1.1.0
更新时间 2020-06-12
上架时间 2020-06-12
评分 5.00/5 共3次评分
开发者 Unknown
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pomodoro Clock",
    "version": "1.1.0",
    "description": "Simple background timer for productivity",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/tomato16.png",
            "32": "img\/tomato32.png",
            "48": "img\/tomato48.png",
            "128": "img\/tomato128.png"
        }
    },
    "icons": {
        "16": "img\/tomato16.png",
        "32": "img\/tomato32.png",
        "48": "img\/tomato48.png",
        "128": "img\/tomato128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html"
}