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