PomoTimer
A seriously minimalistic Pomodoro timer
PomoTimerคืออะไร?
PomoTimer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Marcus Johansson และคุณลักษณะหลักของมันคือ "A seriously minimalistic Pomodoro timer"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PomoTimer
ดาวน์โหลดไฟล์ส่วนขยาย PomoTimer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | PomoTimer |
ID | hefdcogdhfodpbcidnkecllmknddjghc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pomotimer/hefdcogdhfodpbcidnkecllmknddjghc |
คำอธิบาย | A seriously minimalistic Pomodoro timer |
ขนาดไฟล์ | 34.59 KB |
จำนวนการติดตั้ง | 37 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2020-04-17 |
วันที่เผยแพร่ | 2020-04-17 |
ผู้พัฒนา | Marcus Johansson |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/marcjoha/pomo-timer |
ภาษาที่รองรับ | 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 } |