Add To Calendar
Make a Google Calendar event from a selection of text
什么是Add To Calendar?
Add To Calendar是由https://mattkrins.com开发的Chrome扩展程序,该扩展的主要功能是“Make a Google Calendar event from a selection of text”。
扩展截图
下载Add To Calendar扩展crx文件
下载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. 扩展基本信息
| 名称 | |
| 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"
]
}
} | |