Right-Click to Calendar
選択したテキストをGoogleカレンダーに投稿できる拡張です。
Cos'è Right-Click to Calendar?
Right-Click to Calendar è un'estensione di Chrome sviluppata da https://retrorocket.biz, e la sua funzione principale è "選択したテキストをGoogleカレンダーに投稿できる拡張です。".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Right-Click to Calendar
Scarica i file di estensione Right-Click to Calendar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
ブラウザ上でテキスト選択して右クリックすると、コンテキストメニューからGoogleカレンダーに予定を投稿することが出来ます。 選択したテキストに日付や場所がある場合、登録するカレンダーの日付を自動で設定します。 日付・予定の判別に使用する正規表現はユーザが編集可能です。 初回のみオプションページからOAuthによるアプリケーションの承認を行ってください。 Chromium, Edgeからでも使用可能です。(ベータ機能) ➡ オプションページ extension://femihkgadmhfmdlkjjfjcgleppfggadk/options.html リリースノートは以下のURLをご参照ください。 https://github.com/retrorocket/Right-Click-to-Calendar/blob/main/doc/RELEASENOTE.md
Informazioni di Base sull'Estensione
Nome | Right-Click to Calendar |
ID | femihkgadmhfmdlkjjfjcgleppfggadk |
URL Ufficiale | https://chromewebstore.google.com/detail/right-click-to-calendar/femihkgadmhfmdlkjjfjcgleppfggadk |
Descrizione | 選択したテキストをGoogleカレンダーに投稿できる拡張です。 |
Dimensione del File | 105 KB |
Conteggio Installazioni | 7,616 |
Versione Corrente | 3.67 |
Ultimo Aggiornamento | 2024-01-08 |
Data di Pubblicazione | 2019-09-02 |
Valutazione | 4.24/5 Totale 17 Valutazioni |
Sviluppatore | https://retrorocket.biz |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://retrorocket.biz/right-click-to-calendar-app-page/ |
Lingue Supportate | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "icons": { "16": "icons\/16.png", "19": "icons\/19.png", "38": "icons\/38.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "name": "Right-Click to Calendar", "description": "\u9078\u629e\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u3092Google\u30ab\u30ec\u30f3\u30c0\u30fc\u306b\u6295\u7a3f\u3067\u304d\u308b\u62e1\u5f35\u3067\u3059\u3002", "options_page": "options.html", "permissions": [ "contextMenus", "identity", "storage" ], "version": "3.67", "manifest_version": 3, "oauth2": { "client_id": "94384066361-079ot4sjd46238ijfdm8do77786to6po.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/calendar.events", "https:\/\/www.googleapis.com\/auth\/calendar.readonly" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "assets\/js\/content.js" ] } ] } |