FlowTime 1

Pomodoro-driven timer with customizable durations of work and rest periods.

FlowTime 1 là gì?

FlowTime 1 là một tiện ích mở rộng Chrome được phát triển bởi logan.burchett13, và tính năng chính của nó là "Pomodoro-driven timer with customizable durations of work and rest periods.".

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

screenshot

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

Tải xuống các tệp mở rộng FlowTime 1 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

                        FlowTime is an extension that helps stay focused on your work.

Timer has 3 standard options for workflow:

* 60 min. work / 15 min. rest
* 45 min. work / 15 min. rest
* 25 min. work / 5 min. rest (original Pomodoro)

In additional, custom workflow allows to customize durations of work or rest phases.

HOW TO USE:

1. Choose workflow that represents your habits or your working style best.
2. Customize durations if you want to.
3. Hit "Enter" button.
4. Alternate work and rest phases and complete your tasks!                    

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

Tên FlowTime 1 FlowTime 1
ID jgmilfbglekpibpaeflpioddklgajnno
URL Chính Thức https://chromewebstore.google.com/detail/flowtime-1/jgmilfbglekpibpaeflpioddklgajnno
Mô tả Pomodoro-driven timer with customizable durations of work and rest periods.
Kích Thước Tệp 436 KB
Số Lần Cài Đặt 702
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2017-02-18
Ngày Phát Hành 2017-02-18
Đánh Giá 4.36/5 Tổng số 11 Đánh Giá
Nhà Phát Triển logan.burchett13
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FlowTime 1",
    "short_name": "FlowTime 1",
    "manifest_version": 2,
    "version": "1.3.0",
    "icons": {
        "128": "res\/img\/icon.png"
    },
    "description": "Pomodoro-driven timer with customizable durations of work and rest periods.",
    "browser_action": {
        "default_icon": "res\/img\/popup_icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "back.min.js"
        ]
    },
    "offline_enabled": true,
    "permissions": [
        "notifications"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}