Google Calendar Quick Duplicate
A simple Chrome Extension to quickly duplicate events on Google Calendar.
Google Calendar Quick Duplicateとは何ですか?
Google Calendar Quick Duplicateはhttps://fabio.sangregorio.devによって開発されたChromeの拡張機能で、その主な機能は「A simple Chrome Extension to quickly duplicate events on Google Calendar.」です。
拡張機能のスクリーンショット
Google Calendar Quick Duplicate拡張機能のCRXファイルをダウンロード
Google Calendar Quick Duplicate拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension adds a "Duplicate event" icon on the event preview card, letting you quickly duplicate it with one single click. You can also quickly duplicate an event by holding alt (option on Mac OS) while clicking the event. --- Source code: https://github.com/fabiosangregorio/google-calendar-quick-duplicate
拡張機能の基本情報
名前 | Google Calendar Quick Duplicate |
ID | belnijodgolpgmpahmdkjbjehbobnfpd |
公式URL | https://chromewebstore.google.com/detail/google-calendar-quick-dup/belnijodgolpgmpahmdkjbjehbobnfpd |
説明 | A simple Chrome Extension to quickly duplicate events on Google Calendar. |
ファイルサイズ | 73.65 KB |
インストール数 | 10,110 |
現在のバージョン | 1.1.3 |
最終更新日 | 2023-12-04 |
公開日 | 2020-07-04 |
評価 | 4.14/5 合計 74 レビュー |
開発者 | https://fabio.sangregorio.dev |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/fabiosangregorio/google-calendar-quick-duplicate |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Calendar Quick Duplicate", "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "version": "1.1.3", "description": "A simple Chrome Extension to quickly duplicate events on Google Calendar.", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/calendar.google.com\/calendar\/*" ], "js": [ "app.js" ] } ] } |