Count Down Timer

Simple count down timer - by govindpatel(https://github.com/govindpatel)

Count Down Timerคืออะไร?

Count Down Timer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://patelgovind.blogspot.in และคุณลักษณะหลักของมันคือ "Simple count down timer - by govindpatel(https://github.com/govindpatel)"

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

screenshot
screenshot

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

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

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

                        It is a very simple count down timer. I made this so that user who like less distraction can use it. It contain slider so that user can easily interact and set the time.

It play audio and show notification for ~5 sec once the timer completes. The audio sound doesn't continue for long time so that user don't get too much distracted by that.                    

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

ชื่อ Count Down Timer Count Down Timer
ID bffggfbgecbjiildkanipjifdpdfopci
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/count-down-timer/bffggfbgecbjiildkanipjifdpdfopci
คำอธิบาย Simple count down timer - by govindpatel(https://github.com/govindpatel)
ขนาดไฟล์ 93.27 KB
จำนวนการติดตั้ง 629
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-08-24
วันที่เผยแพร่ 2015-07-14
คะแนน 4.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://patelgovind.blogspot.in
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Count Down Timer",
    "description": "Simple count down timer - by govindpatel(https:\/\/github.com\/govindpatel)",
    "version": "1.0",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "res\/icon1.png",
        "default_popup": "popup.html",
        "default_title": "Count Down Timer"
    },
    "icons": {
        "16": "res\/icon1.png",
        "48": "res\/icon32.png",
        "128": "res\/icon128.png"
    },
    "permissions": [
        "notifications"
    ]
}