Visual Timer

A visual timer to help you focus on your current task.

Visual Timerคืออะไร?

Visual Timer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย visualtimerext และคุณลักษณะหลักของมันคือ "A visual timer to help you focus on your current task."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Visual Timer

ดาวน์โหลดไฟล์ส่วนขยาย Visual Timer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This timer is designed to help you be more productive by keeping your fingers on the keyboard.  Click the extension icon from your browser to pop a new timer (or bring the existing one into the foreground).  Then just type the number of minutes you want the timer to run for and hit Enter.  The timer will start as a countdown, filling up as the timer runs so you'll know roughly how much time you have left without breaking your concentration.  Once the timer completes, it begins flashing so you know it's complete.  If you need to pause the timer, just select the timer popup and hit Space.  Space again to resume.  If you want to reset the timer (for the previously selected duration) just select the timer popup and hit "R" and it will start over.

Cheatsheet for keyboard shortcuts:
- 1-99 : Start a timer for that many minutes
- R : Reset the timer
- Space : Pause/resume the timer
- ? : Toggle config mode (where you can set the background color, toggle the "ding")
- T : Toggle task mode where you can list your tasks and start a timer for each

New in this version:
* Added summary for total minutes/hours in task view.  Use this feature to avoid overcommitting.  Reset your task list every day and be honest with how much dedicated time for a given day or work session.  If a task is big (i.e. more than 45 minutes) break it down into smaller tasks.  Keep your "everything" list in another tool (I like TickTick personally) and use this extension only for the things you have to accomplish today.

Last major version update (July 30, 2023):
* Bugfix - Window height shrinks every time you switch between settings/tasks and the timer
* Feature - Display current/active task description that you're working on in the timer/countdown view                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Visual Timer Visual Timer
ID ppdaimjdegannlbdhdlcehjlcngcboog
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/visual-timer/ppdaimjdegannlbdhdlcehjlcngcboog
คำอธิบาย A visual timer to help you focus on your current task.
ขนาดไฟล์ 143 KB
จำนวนการติดตั้ง 4,495
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2024-01-08
วันที่เผยแพร่ 2020-05-01
คะแนน 4.67/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา visualtimerext
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Visual Timer",
    "version": "1.1.0",
    "description": "A visual timer to help you focus on your current task.",
    "permissions": [],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": [],
    "content_scripts": [],
    "icons": {
        "16": "assets\/icon-16.png",
        "32": "assets\/icon-32.png",
        "128": "assets\/icon-128.png"
    },
    "manifest_version": 3
}