GoogleCalendarExtention

Googleカレンダーの予定名を隠します。予定のスクショを共有したいときに是非ご活用下さい。 ##使い方(基本) Googleカレンダー実行時、右クリックかGoogleCalendarExtention→予定を隠す…

What is GoogleCalendarExtention?

GoogleCalendarExtention is a Chrome extension developed by おがどら, and its main feature is "Googleカレンダーの予定名を隠します。予定のスクショを共有したいときに是非ご活用下さい。 ##使い方(基本) Googleカレンダー実行時、右クリックかGoogleCalendarExtention→予定を隠す…".

Extension Screenshots

screenshot
screenshot
screenshot

Download GoogleCalendarExtention Extension CRX File

Download GoogleCalendarExtention extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Googleカレンダーの予定名を隠します。予定のスクショを共有したいときに是非ご活用下さい。
##使い方(基本)
Googleカレンダー実行時、右クリックかGoogleCalendarExtention→予定を隠す を選んで下さい。月ビューでは「予定を隠す(月)」を、週ビューでは「予定を隠す(週)」を選んで下さい。

##注意
・予定を隠しても、なにか動作を行うと隠していたものが解除されます。スクショ用途でご活用下さい。
・この拡張機能を実行した際にカレンダーの読み込みが終了していない場合は予定を隠すことに失敗することがあります。数秒待って再度お試し下さい。                    

Extension Basic Information

Name GoogleCalendarExtention GoogleCalendarExtention
ID fjkelkpnlbjanmhkinmfmfmjdkhjkldc
Official URL https://chromewebstore.google.com/detail/googlecalendarextention/fjkelkpnlbjanmhkinmfmfmjdkhjkldc
Description Googleカレンダーの予定名を隠します。予定のスクショを共有したいときに是非ご活用下さい。 ##使い方(基本) Googleカレンダー実行時、右クリックかGoogleCalendarExtention→予定を隠す…
File Size 4.42 KB
Installation Count 133
Current Version 1.0
Last Updated 2020-11-07
Publish Date 2020-11-07
Developer おがどら
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}