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 là gì?
Add to Calendar là một tiện ích mở rộng Chrome được phát triển bởi jrm.publisher, và tính năng chính của nó là "Select a date on any webpage and add it to your calendar with automatically filled details, including a link to the webpage".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Add to Calendar
Tải xuống các tệp mở rộng Add to Calendar dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Add to Calendar |
ID | ciamdnecdjnljmaaoneckkojbdbkmdhe |
URL Chính Thức | https://chromewebstore.google.com/detail/add-to-calendar/ciamdnecdjnljmaaoneckkojbdbkmdhe |
Mô tả | Select a date on any webpage and add it to your calendar with automatically filled details, including a link to the webpage |
Kích Thước Tệp | 134 KB |
Số Lần Cài Đặt | 379 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2019-03-13 |
Ngày Phát Hành | 2019-03-13 |
Nhà Phát Triển | jrm.publisher |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } } |