Save to Google Calendar
Send selected date on webpage to Google Calendar
什么是Save to Google Calendar?
Save to Google Calendar是由Naveen Alavilli开发的Chrome扩展程序,该扩展的主要功能是“Send selected date on webpage to Google Calendar”。
扩展截图
下载Save to Google Calendar扩展crx文件
下载Save to Google Calendar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Select a date on any webpage and quickly save it to Google Calendar. You don't need to copy and manually open Google Calendar to save the date.
扩展基本信息
名称 | Save to Google Calendar |
ID | jpoefccfjpcdglbnjfhomifadledaodm |
官方URL | https://chromewebstore.google.com/detail/save-to-google-calendar/jpoefccfjpcdglbnjfhomifadledaodm |
简介 | Send selected date on webpage to Google Calendar |
文件大小 | 8.6 KB |
安装次数 | 57 |
当前版本 | 1.0 |
更新时间 | 2021-09-16 |
上架时间 | 2021-09-16 |
开发者 | Naveen Alavilli |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save to Google Calendar", "version": "1.0", "manifest_version": 2, "description": "Send selected date on webpage to Google Calendar", "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "permissions": [ "contextMenus" ] } |