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是由jrm.publisher开发的Chrome扩展程序,该扩展的主要功能是“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扩展crx文件
下载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" ] } } |