New Tab Countdown

Countdown time remaining in the day, week, month, year, or a custom date.

New Tab Countdownคืออะไร?

New Tab Countdown เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sebastian Liu และคุณลักษณะหลักของมันคือ "Countdown time remaining in the day, week, month, year, or a custom date."

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

screenshot

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

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

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

                        New Tab Countdown replaces the default new tab with customizable countdowns. You can add or remove countdowns, and can select a time remaining format (in seconds, minutes, hours, days, or weeks) and a specified end date (day, week, month, year, or a custom date and description) for each countdown.                    

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

ชื่อ New Tab Countdown New Tab Countdown
ID pbeiaielhjhfdpnonbbincehnanaehon
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/new-tab-countdown/pbeiaielhjhfdpnonbbincehnanaehon
คำอธิบาย Countdown time remaining in the day, week, month, year, or a custom date.
ขนาดไฟล์ 1.07 MB
จำนวนการติดตั้ง 1,896
เวอร์ชันปัจจุบัน 2.3.3
อัปเดตครั้งล่าสุด 2019-03-22
วันที่เผยแพร่ 2019-03-22
คะแนน 4.41/5 รวมทั้งหมด 27 คะแนน
ผู้พัฒนา Sebastian Liu
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://new-tab-countdown.github.io/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab Countdown",
    "description": "Countdown time remaining in the day, week, month, year, or a custom date.",
    "version": "2.3.3",
    "manifest_version": 2,
    "icons": {
        "48": "extension-icons\/Clock-48.png",
        "128": "extension-icons\/Clock-128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}