Calendar
Day, Month and Year
Calendarคืออะไร?
Calendar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mythical5th.com และคุณลักษณะหลักของมันคือ "Day, Month and Year"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Calendar
ดาวน์โหลดไฟล์ส่วนขยาย Calendar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Keyboard shortcut: Alt+C
To change the default, go to chrome://extensions/shortcuts
September 2023:
With regret, the full-month grid has been removed. It used the Flexbox and Grid layout modes of HTML, which have been affected negatively by an update of Chrome. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ndfdimandiclndjddnhkhjleeadcppcj |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/calendar/ndfdimandiclndjddnhkhjleeadcppcj |
| คำอธิบาย | Day, Month and Year |
| ขนาดไฟล์ | 8.15 KB |
| จำนวนการติดตั้ง | 48 |
| เวอร์ชันปัจจุบัน | 4.1 |
| อัปเดตครั้งล่าสุด | 2024-02-10 |
| วันที่เผยแพร่ | 2021-03-01 |
| ผู้พัฒนา | https://mythical5th.com |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| URL หน้านโยบายความเป็นส่วนตัว | http://mythical5th.com/policies/chromeWebStore.html |
| ภาษาที่รองรับ | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Calendar",
"version": "4.1",
"description": "Day, Month and Year",
"short_name": "Calendar",
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+C"
}
}
},
"icons": {
"16": "\/icons\/icon16.png",
"48": "\/icons\/icon48.png",
"128": "\/icons\/icon128.png"
},
"action": {
"default_title": "Calendar",
"default_popup": "popup.html",
"default_icon": {
"16": "\/icons\/icon16.png",
"48": "\/icons\/icon48.png"
}
}
} | |