Clean Timer

Helps you organize and optimize the tasks that matter for you

Clean Timerคืออะไร?

Clean Timer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hideki OTSUKA และคุณลักษณะหลักของมันคือ "Helps you organize and optimize the tasks that matter for you"

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

screenshot
screenshot
screenshot

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

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

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

                        Organise yourself and manage your time easily by setting timers.
Clean Timer offers a simple, very easy to use interface with a large nice display.

Main features :
- Set up multiple precise timers
- Choose for each timer, the alarm you want
- Pause & resume your timers at any time
- Use a stopwatch and time yourself easily

Note : I will try to regularly update this app so please send me an email if you find any bugs or if you have improvement suggestions.                    

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

ชื่อ Clean Timer Clean Timer
ID jobneimllpaijdidliomlnekgjkjhpfn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/clean-timer/jobneimllpaijdidliomlnekgjkjhpfn
คำอธิบาย Helps you organize and optimize the tasks that matter for you
ขนาดไฟล์ 1.62 MB
จำนวนการติดตั้ง 658
เวอร์ชันปัจจุบัน 1.2.1
อัปเดตครั้งล่าสุด 2020-04-10
วันที่เผยแพร่ 2020-04-10
คะแนน 4.14/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Hideki OTSUKA
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clean Timer",
    "version": "1.2.1",
    "icons": {
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Helps you organize and optimize the tasks that matter for you",
    "permissions": [
        "storage",
        "alarms"
    ],
    "background": {
        "scripts": [
            "\/js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Clean Timer",
        "default_popup": "popup.html",
        "default_icon": {
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "manifest_version": 2
}