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 |
| Eメール | [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"
]
}
} | |