Productive Cycles

Maximize your productivity with this simple-yet-complete Pomodoro timer. Track your effort and get reminded to take breaks.

什么是Productive Cycles?

Productive Cycles是由Diego Serrano开发的Chrome扩展程序,该扩展的主要功能是“Maximize your productivity with this simple-yet-complete Pomodoro timer. Track your effort and get reminded to take breaks.”。

扩展截图

screenshot
screenshot
screenshot

下载Productive Cycles扩展crx文件

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

扩展使用说明

                        It is great for working on projects, studying, writing, making budgets, and open-ended tasks.

Features
- Progress tracker
- Pomodoro workflows
- Configure the number of cycles you want to complete
- Configure the time you want these cycles to last
- Automatic mode will start and end cycles for you
- Reminders to take a break, and to start work again
- Dark mode

Release notes (0.7.1)
- French language 🇫🇷
- Special thanks to Nick W. for the translation                    

扩展基本信息

名称 Productive Cycles Productive Cycles
ID lhcaggipefcoefbijhmdehhloonnlobh
官方URL https://chromewebstore.google.com/detail/productive-cycles/lhcaggipefcoefbijhmdehhloonnlobh
简介 Maximize your productivity with this simple-yet-complete Pomodoro timer. Track your effort and get reminded to take breaks.
文件大小 411 KB
安装次数 379
当前版本 0.7.1
更新时间 2021-07-08
上架时间 2020-06-10
评分 5.00/5 共7次评分
开发者 Diego Serrano
电子邮箱 [email protected]
付费类型 free
支持的语言 en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "0.7.1",
    "default_locale": "en",
    "icons": {
        "16": "manifest-icons\/icon-16.png",
        "48": "manifest-icons\/icon-48.png",
        "128": "manifest-icons\/icon-128.png",
        "512": "manifest-icons\/icon-512.png"
    },
    "browser_action": {
        "default_title": "__MSG_appName__",
        "default_icon": "manifest-icons\/icon-512.png",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "page": "background\/background.html"
    },
    "permissions": [
        "notifications",
        "storage",
        "idle"
    ]
}