Add to Calendar
Select a date on any webpage and add it to your calendar with automatically filled details, including a link to the webpage
Add to Calendarคืออะไร?
Add to Calendar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jrm.publisher และคุณลักษณะหลักของมันคือ "Select a date on any webpage and add it to your calendar with automatically filled details, including a link to the webpage"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Add to Calendar
ดาวน์โหลดไฟล์ส่วนขยาย Add to Calendar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A simple extension to select dates on any webpage and add them to your Google calendar. Simply select the date, right click and choose: "Send selected date to my calendar". The date together with automatically gathered data from the webpage will be added to a new event in your calendar. Review the details and Save the event. Please note that: 1) This extension only works with Google Calendar 2) In addition to the selected date, title of the webpage will be added as event name, a link to the webpage will be included into the details of the event. 3) The extension detects different date formats, however, always double check the auto-filled data before saving the event. I will not be responsible if you miss an important date! Otherwise, Enjoy!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Add to Calendar |
ID | ciamdnecdjnljmaaoneckkojbdbkmdhe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/add-to-calendar/ciamdnecdjnljmaaoneckkojbdbkmdhe |
คำอธิบาย | Select a date on any webpage and add it to your calendar with automatically filled details, including a link to the webpage |
ขนาดไฟล์ | 134 KB |
จำนวนการติดตั้ง | 379 |
เวอร์ชันปัจจุบัน | 1.4 |
อัปเดตครั้งล่าสุด | 2019-03-13 |
วันที่เผยแพร่ | 2019-03-13 |
ผู้พัฒนา | jrm.publisher |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.4", "name": "Add to Calendar", "description": "Select a date on any webpage and add it to your calendar with automatically filled details, including a link to the webpage", "permissions": [ "contextMenus", "activeTab" ], "icons": { "16": "images\/calendar.png", "48": "images\/calendar.png", "128": "images\/calendar.png" }, "background": { "scripts": [ "main.js" ] } } |