Send to Calendar
Send events to Google Calendar automagically from any webpage. No more re-typing! Select text, right click, and 'Send to Calendar.'
什麼是Send to Calendar?
Send to Calendar是由https://borism.net開發的Chrome擴展程式,該擴展的主要功能是“Send events to Google Calendar automagically from any webpage. No more re-typing! Select text, right click, and 'Send to Calendar.'”。
擴展截圖
下載Send to Calendar擴展crx文件
下載Send to Calendar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Send events to Google Calendar - automagically! It works great with Facebook or any other website. Select the text that contains the event info, right click and choose 'Send to Calendar.'
- send events to Google Calendar automagically
- works with Facebook or any other website
- tries to accurately detect date & location info
- no special permissions needed
This extension is open source: https://github.com/borismasis/send-to-calendar/
Version 0.20 update from Rudolf Rosa:
- appending selected text to tab name as title of event
- fixing the issue with Google Chrome dropping new lines 擴展基本資訊
| 名稱 | |
| ID | iefhhfhadhcgefikmjdpclgpmmlaodfc |
| 官方網址 | https://chromewebstore.google.com/detail/send-to-calendar/iefhhfhadhcgefikmjdpclgpmmlaodfc |
| 簡介 | Send events to Google Calendar automagically from any webpage. No more re-typing! Select text, right click, and 'Send to Calendar.' |
| 檔案大小 | 33.76 KB |
| 安裝次數 | 10,000 |
| 目前版本 | 0.20 |
| 更新時間 | 2016-07-03 |
| 上架時間 | 2016-07-03 |
| 評分 | 2.85/5 共 91 次評分 |
| 開發者 | https://borism.net |
| 付費類型 | free |
| 擴展官網 | http://borism.net |
| 說明頁面URL | http://borism.net |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Send to Calendar",
"version": "0.20",
"description": "Send events to Google Calendar automagically from any webpage. No more re-typing! Select text, right click, and 'Send to Calendar.'",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"tabs",
"contextMenus",
"http:\/\/*\/",
"https:\/\/*\/"
],
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icon16.png"
},
"manifest_version": 2
} | |