Ultra Timer

Helps to become organized. Counts down time up to 999 minutes. Both online and offline. Simple and straightforward design.

Ultra Timerคืออะไร?

Ultra Timer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ultralab Apps และคุณลักษณะหลักของมันคือ "Helps to become organized. Counts down time up to 999 minutes. Both online and offline. Simple and straightforward design."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Ultra Timer is a minimalist offline and online timer that can also be used as a stopwatch timer. Launch it before you get down to a task, select the time limit and choose how you want to be notified when you’ve run out of time.

The stopwatch and timer come together in a simple extension featuring a sleek no-frills design. Ultra timer can work in both online and offline modes.

The timer can be set for any number of minutes up to 999 which makes it possible to use it for different timeboxing methods including “pomodoro technique”.

When the time is up, you’ll either hear a timer alarm or see a notification from the countdown timer. It’s that simple.                    

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

ชื่อ Ultra Timer Ultra Timer
ID laohhcnmipbidhjomikgbmdgckopbgnb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ultra-timer/laohhcnmipbidhjomikgbmdgckopbgnb
คำอธิบาย Helps to become organized. Counts down time up to 999 minutes. Both online and offline. Simple and straightforward design.
ขนาดไฟล์ 122 KB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2015-06-12
วันที่เผยแพร่ 2015-06-12
คะแนน 3.70/5 รวมทั้งหมด 60 คะแนน
ผู้พัฒนา Ultralab Apps
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://ultralabapps.com/terms/privacy-policy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ultra Timer",
    "description": "Helps to become organized. Counts down time up to 999 minutes. Both online and offline. Simple and straightforward design.",
    "version": "1.1",
    "offline_enabled": true,
    "permissions": [
        "notifications",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "timer.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}