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คืออะไร?
Pomodoro Timer: To Boost Your Productivity เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dhruv Jobanputra และคุณลักษณะหลักของมันคือ "Use the pomodoro technique to boost your productivity. This is a simple timer that helps keep you on track as you work."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pomodoro Timer: To Boost Your Productivity
ดาวน์โหลดไฟล์ส่วนขยาย Pomodoro Timer: To Boost Your Productivity ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Pomodoro Timer: To Boost Your Productivity |
ID | cimgfefpecjidchfhanhmhbgkcjoiipj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pomodoro-timer-to-boost-y/cimgfefpecjidchfhanhmhbgkcjoiipj |
คำอธิบาย | Use the pomodoro technique to boost your productivity. This is a simple timer that helps keep you on track as you work. |
ขนาดไฟล์ | 161 KB |
จำนวนการติดตั้ง | 46 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2022-01-18 |
วันที่เผยแพร่ | 2022-01-17 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Dhruv Jobanputra |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" } } |