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 |
| 公式URL | 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
} | |