Save the date!
Add in-text dates to Google Calendar.
Save the date!คืออะไร?
Save the date! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย vcotta และคุณลักษณะหลักของมันคือ "Add in-text dates to Google Calendar."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Save the date!
ดาวน์โหลดไฟล์ส่วนขยาย Save the date! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Create Google Calendar events from most of the dates in web pages! Simply highlight the date you want to create an event for, then use the context menu to open a new Google Calendar page to edit and save it! Currently supports English and French months, along with many numeric-only dates formats (ex. 05/24/2023).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Save the date! |
ID | cicldcklfdomfgffcekefnmeknidnfhm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/save-the-date/cicldcklfdomfgffcekefnmeknidnfhm |
คำอธิบาย | Add in-text dates to Google Calendar. |
ขนาดไฟล์ | 11.2 KB |
จำนวนการติดตั้ง | 74 |
เวอร์ชันปัจจุบัน | 2.2.92.0 |
อัปเดตครั้งล่าสุด | 2022-09-05 |
วันที่เผยแพร่ | 2022-08-10 |
ผู้พัฒนา | vcotta |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://vcotta-software.tumblr.com |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Save the date!", "version": "2.2.92.0", "author": "Valentin Cotta", "description": "Add in-text dates to Google Calendar.", "permissions": [ "contextMenus", "tabs" ], "icons": { "16": "save_the_date_chrome_icon_16.png", "32": "save_the_date_chrome_icon_48.png", "48": "save_the_date_chrome_icon_48.png", "128": "save_the_date_chrome_icon_128.png" }, "background": { "service_worker": "service_worker.js" } } |