Add To Calendar
Make a Google Calendar event from a selection of text
Add To Calendarคืออะไร?
Add To Calendar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mattkrins.com และคุณลักษณะหลักของมันคือ "Make a Google Calendar event from a selection of text"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Add To Calendar
ดาวน์โหลดไฟล์ส่วนขยาย Add To Calendar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
An incredibly simple extension that lets you quickly make a Google Calendar event from a selection of text.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Add To Calendar |
ID | pipjnidgeelohoapkmdcbkddjjklnofj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/add-to-calendar/pipjnidgeelohoapkmdcbkddjjklnofj |
คำอธิบาย | Make a Google Calendar event from a selection of text |
ขนาดไฟล์ | 25.5 KB |
จำนวนการติดตั้ง | 910 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2018-03-13 |
วันที่เผยแพร่ | 2018-03-12 |
คะแนน | 2.92/5 รวมทั้งหมด 13 คะแนน |
ผู้พัฒนา | https://mattkrins.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/mattkrins/CalendarAdd |
URL หน้าช่วยเหลือ | https://github.com/mattkrins/CalendarAdd/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Add To Calendar", "short_name": "CalendarAdd", "version": "1.2", "author": "Matt Krins", "homepage_url": "https:\/\/github.com\/mattkrins\/CalendarAdd", "description": "Make a Google Calendar event from a selection of text", "permissions": [ "contextMenus" ], "manifest_version": 2, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] } } |