Productive Cycles

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

Productive Cycles là gì?

Productive Cycles là một tiện ích mở rộng Chrome được phát triển bởi Diego Serrano, và tính năng chính của nó là "Maximize your productivity with this simple-yet-complete Pomodoro timer. Track your effort and get reminded to take breaks.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Productive Cycles

Tải xuống các tệp mở rộng Productive Cycles dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Productive Cycles Productive Cycles
ID lhcaggipefcoefbijhmdehhloonnlobh
URL Chính Thức https://chromewebstore.google.com/detail/productive-cycles/lhcaggipefcoefbijhmdehhloonnlobh
Mô tả Maximize your productivity with this simple-yet-complete Pomodoro timer. Track your effort and get reminded to take breaks.
Kích Thước Tệp 411 KB
Số Lần Cài Đặt 379
Phiên Bản Hiện Tại 0.7.1
Cập Nhật Lần Cuối 2021-07-08
Ngày Phát Hành 2020-06-10
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Diego Serrano
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}