Pomodoro Timer
A new-tab page that helps you focus on completing your work.
Pomodoro Timer là gì?
Pomodoro Timer là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "A new-tab page that helps you focus on completing your 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
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
A new tab page that helps you focus on completing your goals at work. Use your countdown timer to keep yourself on track by setting a goal for how long you want to work on each task. The extension icon shows a badge that displays how much time you have remaining to complete your current task. This extension also records the number of tasks you've completed every day (called "streaks") so you can compare your productivity every day to your average working day.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Pomodoro Timer |
ID | hcfahcbjaolpfghelfanfepghajfbkdg |
URL Chính Thức | https://chromewebstore.google.com/detail/pomodoro-timer/hcfahcbjaolpfghelfanfepghajfbkdg |
Mô tả | A new-tab page that helps you focus on completing your work. |
Kích Thước Tệp | 1.54 MB |
Số Lần Cài Đặt | 811 |
Phiên Bản Hiện Tại | 0.0.0.3 |
Cập Nhật Lần Cuối | 2017-10-21 |
Ngày Phát Hành | 2017-10-21 |
Đánh Giá | 1.80/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Unknown |
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, "name": "Pomodoro Timer", "version": "0.0.0.3", "description": "A new-tab page that helps you focus on completing your work.", "icons": { "16": "images\/streak16.png", "32": "images\/streak32.png", "48": "images\/streak48.png", "128": "images\/streak128.png" }, "browser_action": { "default_icon": { "16": "images\/streak16.png", "32": "images\/streak32.png", "48": "images\/streak48.png", "128": "images\/streak128.png" }, "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "chrome_url_overrides": { "newtab": "newTab.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "incognito": "spanning", "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/", "storage" ] } |