Countdown

Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will…

Countdownคืออะไร?

Countdown เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kha Tran และคุณลักษณะหลักของมันคือ "Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will…"

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

screenshot
screenshot

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

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

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

                        Easy to create a countdown timer. You can note everything here and remind yourself when events happen.
Your counter will automatically repeat if you want. You will receive a reminder when it's on time.

If you have any feedback or trouble email us at [email protected].                    

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

ชื่อ Countdown Countdown
ID oajaibohggffldmcmgffckjbicimdnej
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/countdown/oajaibohggffldmcmgffckjbicimdnej
คำอธิบาย Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will…
ขนาดไฟล์ 74.22 KB
จำนวนการติดตั้ง 18
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2019-11-22
วันที่เผยแพร่ 2019-11-21
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Kha Tran
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Countdown",
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "version": "1.0.5",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "background.min.js"
        ],
        "persistent": true
    },
    "permissions": [
        "background",
        "notifications",
        "tabs",
        "storage"
    ]
}