Calendar Clock

A convenient calendar and clock widget.

Calendar Clockคืออะไร?

Calendar Clock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jack.m.hou และคุณลักษณะหลักของมันคือ "A convenient calendar and clock widget."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Same as the Chrome App (https://chrome.google.com/webstore/detail/calendar-clock/galgfocamdohgeifjlbefkfpaalankfi) but turned into an extension since Chrome Apps will be shut down soon.

Source code can be found at:
https://github.com/kaydensigh/chromecalclock                    

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

ชื่อ Calendar Clock Calendar Clock
ID abmmcineiaonblhmehimkeneglmcofge
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/calendar-clock/abmmcineiaonblhmehimkeneglmcofge
คำอธิบาย A convenient calendar and clock widget.
ขนาดไฟล์ 369 KB
จำนวนการติดตั้ง 12,379
เวอร์ชันปัจจุบัน 0.12
อัปเดตครั้งล่าสุด 2021-06-11
วันที่เผยแพร่ 2021-06-10
คะแนน 4.38/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา jack.m.hou
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/kaydensigh/chromecalclock
URL หน้าช่วยเหลือ https://github.com/kaydensigh/chromecalclock
ภาษาที่รองรับ id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_manifest_name__",
    "description": "__MSG_manifest_description__",
    "version": "0.12",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "128": "common\/icon-128.png"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "common\/main.html",
        "default_icon": {
            "128": "common\/icon-128.png"
        }
    }
}