Pomodoro Timer

Pomodoro Timer App

Pomodoro Timer là gì?

Pomodoro Timer là một tiện ích mở rộng Chrome được phát triển bởi frekans7, và tính năng chính của nó là "Pomodoro Timer App".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        The aim of this app is to help you focus on any task you are working on, such as study, writing, or coding. This app is inspired by Pomodoro Technique which is a time management method developed by Francesco Cirillo.

The Pomodoro Technique is a time management method developed by Francesco Cirillo in the late 1980s. The technique uses a timer to break down work into intervals, traditionally 25 minutes in length, separated by short breaks. These intervals are named pomodoros.
— Pomodoro Technique, Wikipedia

Pomodoro ™ and Pomodoro Technique ® are registered trademarks of Francesco Cirillo. This app is not affiliated with Francesco Cirillo.

Features of the application

* Responsive design
* Color transition
* Audio notification
* Light/Dark theme

A timer to use the Pomodoro Technique                    

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

Tên Pomodoro Timer Pomodoro Timer
ID gnljbloihakcbnldjgjkgikbgehkphig
URL Chính Thức https://chromewebstore.google.com/detail/pomodoro-timer/gnljbloihakcbnldjgjkgikbgehkphig
Mô tả Pomodoro Timer App
Kích Thước Tệp 645 KB
Số Lần Cài Đặt 1,002
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2022-04-05
Ngày Phát Hành 2020-04-29
Đánh Giá 4.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển frekans7
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/frekans7/pomodoro-timer
URL Trang Trợ Giúp https://github.com/frekans7/pomodoro-timer
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pomodoro Timer",
    "author": "@frekans7",
    "description": "Pomodoro Timer App",
    "version": "1.2",
    "icons": {
        "16": "pomodoro.png",
        "48": "pomodoro.png",
        "128": "pomodoro.png"
    },
    "background": {
        "service_worker": "chrome\/background.js"
    },
    "action": {
        "default_title": "Pomodoro",
        "default_icon": "pomodoro.png"
    },
    "permissions": [
        "notifications"
    ]
}