Countdown

Customizable countdown...

Countdownคืออะไร?

Countdown เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kikoogay และคุณลักษณะหลักของมันคือ "Customizable countdown..."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extension adds a customizable countdown to the New Tab Page of Chrome.

Just watch the hearts fill themselves up as you get closer the fated event you've been waiting for months. Could this be happiness ?

Please note that it is not currently possible to add anything to the New Tab Page without replacing it, and that's exactly what this extension does. However it will still display your most visited pages, and you can customize the range used in the history and the number of thumbnails displayed (even going above the limit of 8 in Chrome).                    

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

ชื่อ Countdown Countdown
ID anppcjcjdogokgejeaabggdgmmgdldcn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/countdown/anppcjcjdogokgejeaabggdgmmgdldcn
คำอธิบาย Customizable countdown...
ขนาดไฟล์ 31.1 KB
จำนวนการติดตั้ง 28
เวอร์ชันปัจจุบัน 0.9
อัปเดตครั้งล่าสุด 2014-10-16
วันที่เผยแพร่ 2014-10-15
คะแนน 2.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา kikoogay
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Countdown",
    "version": "0.9",
    "description": "Customizable countdown...",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "blank.html"
    },
    "manifest_version": 2,
    "permissions": [
        "history",
        "tabs",
        ""
    ]
}