Save to Google Calendar
Send selected date on webpage to Google Calendar
Save to Google Calendarとは何ですか?
Save to Google CalendarはNaveen Alavilliによって開発されたChromeの拡張機能で、その主な機能は「Send selected date on webpage to Google Calendar」です。
拡張機能のスクリーンショット
Save to Google Calendar拡張機能のCRXファイルをダウンロード
Save to Google Calendar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Select a date on any webpage and quickly save it to Google Calendar. You don't need to copy and manually open Google Calendar to save the date.
拡張機能の基本情報
名前 | Save to Google Calendar |
ID | jpoefccfjpcdglbnjfhomifadledaodm |
公式URL | https://chromewebstore.google.com/detail/save-to-google-calendar/jpoefccfjpcdglbnjfhomifadledaodm |
説明 | Send selected date on webpage to Google Calendar |
ファイルサイズ | 8.6 KB |
インストール数 | 57 |
現在のバージョン | 1.0 |
最終更新日 | 2021-09-16 |
公開日 | 2021-09-16 |
開発者 | Naveen Alavilli |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save to Google Calendar", "version": "1.0", "manifest_version": 2, "description": "Send selected date on webpage to Google Calendar", "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "permissions": [ "contextMenus" ] } |