Countdown

Keep track of your most important future events with a countdown on the new tab page!

Countdownคืออะไร?

Countdown เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Srikar Gudipati และคุณลักษณะหลักของมันคือ "Keep track of your most important future events with a countdown on the new tab page!"

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

screenshot
screenshot
screenshot

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

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

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

                        This extension displays countdown timers to your most important future events in the new tab page!                    

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

ชื่อ Countdown Countdown
ID liinagkdcgnopnmeodlgmccpiaalbbpa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/countdown/liinagkdcgnopnmeodlgmccpiaalbbpa
คำอธิบาย Keep track of your most important future events with a countdown on the new tab page!
ขนาดไฟล์ 44.2 KB
จำนวนการติดตั้ง 669
เวอร์ชันปัจจุบัน 0.5
อัปเดตครั้งล่าสุด 2015-01-26
วันที่เผยแพร่ 2015-01-26
คะแนน 4.31/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา Srikar Gudipati
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Countdown",
    "version": "0.5",
    "manifest_version": 2,
    "description": "Keep track of your most important future events with a countdown on the new tab page!",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "author": "Srikar Gudipati",
    "incognito": "split",
    "offline_enabled": true,
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "chrome_url_overrides": {
        "newtab": "src\/override\/override.html"
    },
    "permissions": [
        "notifications",
        "storage"
    ]
}