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 |
| 官方網址 | 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"
]
}
} | |