Super countdown

A supercool countdown app. Don't let your pizza burn!

Super countdownคืออะไร?

Super countdown เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sopamo และคุณลักษณะหลักของมันคือ "A supercool countdown app. Don't let your pizza burn!"

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

screenshot
screenshot
screenshot

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

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

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

                        Super countdown allows you to set a countdown. Never forget your pizza or when you've got to go!

New in Version 1.1.0:
 - Added visual notifications - Yay!

New in Version 1.0.1:
 - Fixed problems with newer Chrome versions. Everything is working again :)

New in Version 1.0:
 - Functionality to start, resume and stop the countdown
 - Functionality to stop the alarm (hit the stop button)

Features:
 - No need to leave a tab open
 - Customizable sounds: YouTube videos!
 - Graphical Interface

Set the time and forget about it. There is no need to leave a tab open or anything else open. Super countdown will ring when the time is over. You can even restart chrome or your computer.

You can even customize super countdown to play another sound or even a youtube video.

Enjoy the super slim graphical interface. No more boring numbers.                    

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

ชื่อ Super countdown Super countdown
ID dmlflpmehdclkhdpmfajmonhhcdlhibh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/super-countdown/dmlflpmehdclkhdpmfajmonhhcdlhibh
คำอธิบาย A supercool countdown app. Don't let your pizza burn!
ขนาดไฟล์ 611 KB
จำนวนการติดตั้ง 809
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2013-02-21
วันที่เผยแพร่ 2013-02-21
คะแนน 2.47/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา Sopamo
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Super countdown",
    "version": "1.1.1",
    "description": "A supercool countdown app. Don't let your pizza burn!",
    "browser_action": {
        "default_icon": "icon-big.png",
        "default_popup": "index.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "background",
        "notifications"
    ],
    "web_accessible_resources": [
        "icon-notification.png"
    ],
    "options_page": "options.html"
}