liTimer

The most simple countdown timer ever

liTimerคืออะไร?

liTimer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://peterjezik.com และคุณลักษณะหลักของมันคือ "The most simple countdown timer ever"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Just write a time in any imaginable format, hit "Enter" and liTimer will notice you when the time is up.

For example:

write 34m 23s or 34 min 23 sec etc. for 34 minutes and 23 seconds

write 2:35:23 or 2 35 23 or 2-35-23 etc. for 2 hours 35 minutes and 23 seconds

write 2:35 or 2 35 or 2-35 etc. for 2 hours 35 minutes

or write just 35 for 35 minutes

Hit enter while the input field is empty and the time/Done label will be cleared.                    

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

ชื่อ liTimer liTimer
ID fgdmhecedeljjocjbhknacbkmmkhanpg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/litimer/fgdmhecedeljjocjbhknacbkmmkhanpg
คำอธิบาย The most simple countdown timer ever
ขนาดไฟล์ 12.67 KB
จำนวนการติดตั้ง 314
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2019-12-01
วันที่เผยแพร่ 2019-12-01
คะแนน 4.67/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://peterjezik.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "liTimer",
    "version": "1.2",
    "description": "The most simple countdown timer ever",
    "manifest_version": 2,
    "web_accessible_resources": [
        "images\/done.png"
    ],
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "browser_action": {
        "default_icon": "images\/19.png",
        "default_popup": "main.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}