GoogleCalendarExtention
Googleカレンダーの予定名を隠します。予定のスクショを共有したいときに是非ご活用下さい。 ##使い方(基本) Googleカレンダー実行時、右クリックかGoogleCalendarExtention→予定を隠す…
Qu'est-ce que GoogleCalendarExtention ?
GoogleCalendarExtention est une extension Chrome développée par おがどら, et sa fonction principale est "Googleカレンダーの予定名を隠します。予定のスクショを共有したいときに是非ご活用下さい。 ##使い方(基本) Googleカレンダー実行時、右クリックかGoogleCalendarExtention→予定を隠す…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GoogleCalendarExtention
Téléchargez les fichiers d'extension GoogleCalendarExtention au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Googleカレンダーの予定名を隠します。予定のスクショを共有したいときに是非ご活用下さい。 ##使い方(基本) Googleカレンダー実行時、右クリックかGoogleCalendarExtention→予定を隠す を選んで下さい。月ビューでは「予定を隠す(月)」を、週ビューでは「予定を隠す(週)」を選んで下さい。 ##注意 ・予定を隠しても、なにか動作を行うと隠していたものが解除されます。スクショ用途でご活用下さい。 ・この拡張機能を実行した際にカレンダーの読み込みが終了していない場合は予定を隠すことに失敗することがあります。数秒待って再度お試し下さい。
Informations de Base sur l'Extension
Nom | |
ID | fjkelkpnlbjanmhkinmfmfmjdkhjkldc |
URL Officiel | https://chromewebstore.google.com/detail/googlecalendarextention/fjkelkpnlbjanmhkinmfmfmjdkhjkldc |
Description | Googleカレンダーの予定名を隠します。予定のスクショを共有したいときに是非ご活用下さい。 ##使い方(基本) Googleカレンダー実行時、右クリックかGoogleCalendarExtention→予定を隠す… |
Taille du Fichier | 4.42 KB |
Nombre d'Installations | 133 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-11-07 |
Date de Publication | 2020-11-07 |
Développeur | おがどら |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GoogleCalendarExtention", "version": "1.0", "content_scripts": [ { "matches": [ "https:\/\/calendar.google.com\/calendar\/*" ], "js": [ "script.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "contextMenus" ] } |