Countdown

“If you live each day as if it were your last, someday you’ll most certainly be right.”

Countdownคืออะไร?

Countdown เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alan Chen และคุณลักษณะหลักของมันคือ "“If you live each day as if it were your last, someday you’ll most certainly be right.”"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Replaces your 'new-tab' page with a real-time counter showing the estimated amount of time you have left along with up to three ambitions you specify. You are running out of time, get back to your passion.

Good Luck.


This extension was inspired by the extensions "Mortality" and "Motivation". I have built upon their original ideas and concepts.

Thank you to Awesome Fonts for providing the icons.                    

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

ชื่อ Countdown Countdown
ID apbkdgmhabdmfejpgdchfehbahppmbde
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/countdown/apbkdgmhabdmfejpgdchfehbahppmbde
คำอธิบาย “If you live each day as if it were your last, someday you’ll most certainly be right.”
ขนาดไฟล์ 607 KB
จำนวนการติดตั้ง 384
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2016-09-19
วันที่เผยแพร่ 2016-09-19
คะแนน 3.70/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา Alan Chen
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Countdown",
    "description": "\u201cIf you live each day as if it were your last, someday you\u2019ll most certainly be right.\u201d",
    "version": "1.1",
    "incognito": "split",
    "background": {
        "persistent": false,
        "scripts": [
            "countdown.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "assets\/icon-128.png",
        "48": "assets\/icon-48.png",
        "16": "assets\/icon-16.png"
    },
    "chrome_url_overrides": {
        "newtab": "countdown.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2
}