Day-Count Timer Extension

Counts the amount of days since or until a specified date (or multiple dates).

Day-Count Timer Extensionคืออะไร?

Day-Count Timer Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย linuscedergren และคุณลักษณะหลักของมันคือ "Counts the amount of days since or until a specified date (or multiple dates)."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Day-Count Timer Extension

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

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

                        A simple extension which counts the amount of days since or until a specified date.
The extension icon will always display the amount of days between today and a specified date.                    

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

ชื่อ Day-Count Timer Extension Day-Count Timer Extension
ID mhofelbafaechkdfmlpgcognpgnnhaaa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/day-count-timer-extension/mhofelbafaechkdfmlpgcognpgnnhaaa
คำอธิบาย Counts the amount of days since or until a specified date (or multiple dates).
ขนาดไฟล์ 625 KB
จำนวนการติดตั้ง 329
เวอร์ชันปัจจุบัน 2.3.2
อัปเดตครั้งล่าสุด 2023-02-14
วันที่เผยแพร่ 2020-09-27
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา linuscedergren
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Day-Count Timer Extension",
    "version": "2.3.2",
    "manifest_version": 3,
    "description": "Counts the amount of days since or until a specified date (or multiple dates).",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": ".\/popup.html",
        "default_icon": ".\/assets\/images\/icon.png"
    },
    "background": {
        "service_worker": ".\/assets\/js\/background.js"
    },
    "icons": {
        "128": ".\/assets\/images\/icon.png"
    }
}