Pomodoro Timer: To Boost Your Productivity
Use the pomodoro technique to boost your productivity. This is a simple timer that helps keep you on track as you work.
Pomodoro Timer: To Boost Your Productivity là gì?
Pomodoro Timer: To Boost Your Productivity là một tiện ích mở rộng Chrome được phát triển bởi Dhruv Jobanputra, và tính năng chính của nó là "Use the pomodoro technique to boost your productivity. This is a simple timer that helps keep you on track as you work.".
Ả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 Pomodoro Timer: To Boost Your Productivity
Tải xuống các tệp mở rộng Pomodoro Timer: To Boost Your Productivity 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
Have an easy to use Pomodoro Timer in your chrome extension. Keep track of how long you have been working and get alerted when it is time to take a break or go back into action. The Pomodoro technique is an effective way to boost your productivity and this chrome extension is the perfect helper for it.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Pomodoro Timer: To Boost Your Productivity |
ID | cimgfefpecjidchfhanhmhbgkcjoiipj |
URL Chính Thức | https://chromewebstore.google.com/detail/pomodoro-timer-to-boost-y/cimgfefpecjidchfhanhmhbgkcjoiipj |
Mô tả | Use the pomodoro technique to boost your productivity. This is a simple timer that helps keep you on track as you work. |
Kích Thước Tệp | 161 KB |
Số Lần Cài Đặt | 46 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2022-01-18 |
Ngày Phát Hành | 2022-01-17 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Dhruv Jobanputra |
[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": "Pomodoro Timer: To Boost Your Productivity", "description": "Use the pomodoro technique to boost your productivity. This is a simple timer that helps keep you on track as you work.", "version": "0.1", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "permissions": [ "notifications" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/tomato16.png", "32": "\/images\/tomato32.png", "48": "\/images\/tomato48.png", "128": "\/images\/tomato128.png" } }, "web_accessible_resources": [ "\/images\/tomato128.png" ], "icons": { "16": "\/images\/tomato16.png", "32": "\/images\/tomato32.png", "48": "\/images\/tomato48.png", "128": "\/images\/tomato128.png" } } |