PomoTimer
A seriously minimalistic Pomodoro timer
PomoTimer là gì?
PomoTimer là một tiện ích mở rộng Chrome được phát triển bởi Marcus Johansson, và tính năng chính của nó là "A seriously minimalistic Pomodoro timer".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng PomoTimer
Tải xuống các tệp mở rộng PomoTimer 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 Pomodoro technique is a great way to keep you focused. However, most Pomodoro tools are way too complex. This defeats the whole purpose of the technique. PomoTimer is probably the simplest and most minimalistic timer in the Chrome web store -- and that's how it should remain.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | PomoTimer |
ID | hefdcogdhfodpbcidnkecllmknddjghc |
URL Chính Thức | https://chromewebstore.google.com/detail/pomotimer/hefdcogdhfodpbcidnkecllmknddjghc |
Mô tả | A seriously minimalistic Pomodoro timer |
Kích Thước Tệp | 34.59 KB |
Số Lần Cài Đặt | 37 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2020-04-17 |
Ngày Phát Hành | 2020-04-17 |
Nhà Phát Triển | Marcus Johansson |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/marcjoha/pomo-timer |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PomoTimer", "version": "1.0.1", "description": "A seriously minimalistic Pomodoro timer", "manifest_version": 2, "icons": { "16": "gfx\/icon-16.png", "48": "gfx\/icon-48.png", "128": "gfx\/icon-128.png" }, "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "notifications" ], "browser_action": { "default_icon": "gfx\/icon-32.png", "default_title": "PomoTimer" }, "offline_enabled": true } |