Pawmodoro Timer

A chill little timer that fills up like a fishtank or drains like an hourglass as it counts down.

Pawmodoro Timer là gì?

Pawmodoro Timer là một tiện ích mở rộng Chrome được phát triển bởi withe_inc, và tính năng chính của nó là "A chill little timer that fills up like a fishtank or drains like an hourglass as it counts down.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        Customize your productivity with the Pomodoro Technique. Alternate between work and break periods (so that you don't accidentally wind up taking an indefinite break) for maximum efficiency. 

Specify a chunk of time for working, and when that period of time is up, take a (preferably short) break - the timer will switch between focus and rest sessions for you and alert you with an absolutely spiffing chime. 

You can:

- adjust the length of work or break periods (you can set 99 hours 59 minutes and 59 seconds, but, ah. We would not recommend it for sanity reasons)
- toggle ambient music on and off
- change the number of work-break sessions you would like to schedule (the timer will automatically count through them for you!)

Pawmodoro Timer does not record user data or show ads (we don't like what it does to the aesthetic). Happy productivity!                    

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

Tên Pawmodoro Timer Pawmodoro Timer
ID pigkacakkilmgbkoelcdacjhgkehhccm
URL Chính Thức https://chromewebstore.google.com/detail/pawmodoro-timer/pigkacakkilmgbkoelcdacjhgkehhccm
Mô tả A chill little timer that fills up like a fishtank or drains like an hourglass as it counts down.
Kích Thước Tệp 28.22 MB
Số Lần Cài Đặt 396
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-07-11
Ngày Phát Hành 2020-07-11
Đánh Giá 4.25/5 Tổng số 4 Đánh Giá
Nhà Phát Triển withe_inc
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",
    "manifest_version": 2,
    "short_name": "Break_Timer",
    "name": "Pawmodoro Timer",
    "version": "1.0",
    "description": "A chill little timer that fills up like a fishtank or drains like an hourglass as it counts down.",
    "icons": {
        "16": "favicon16.png",
        "32": "favicon32.png",
        "128": "favicon128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Pawmodoro Timer"
    }
}