Save the date!
Add in-text dates to Google Calendar.
Save the date!とは何ですか?
Save the date!はvcottaによって開発されたChromeの拡張機能で、その主な機能は「Add in-text dates to Google Calendar.」です。
拡張機能のスクリーンショット
Save the date!拡張機能のCRXファイルをダウンロード
Save the date!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Create Google Calendar events from most of the dates in web pages! Simply highlight the date you want to create an event for, then use the context menu to open a new Google Calendar page to edit and save it! Currently supports English and French months, along with many numeric-only dates formats (ex. 05/24/2023).
拡張機能の基本情報
名前 | Save the date! |
ID | cicldcklfdomfgffcekefnmeknidnfhm |
公式URL | https://chromewebstore.google.com/detail/save-the-date/cicldcklfdomfgffcekefnmeknidnfhm |
説明 | Add in-text dates to Google Calendar. |
ファイルサイズ | 11.2 KB |
インストール数 | 74 |
現在のバージョン | 2.2.92.0 |
最終更新日 | 2022-09-05 |
公開日 | 2022-08-10 |
開発者 | vcotta |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://vcotta-software.tumblr.com |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Save the date!", "version": "2.2.92.0", "author": "Valentin Cotta", "description": "Add in-text dates to Google Calendar.", "permissions": [ "contextMenus", "tabs" ], "icons": { "16": "save_the_date_chrome_icon_16.png", "32": "save_the_date_chrome_icon_48.png", "48": "save_the_date_chrome_icon_48.png", "128": "save_the_date_chrome_icon_128.png" }, "background": { "service_worker": "service_worker.js" } } |