Google Calendar Right Click

create Google Calendar event with Title or Description from Right Click Menu

Google Calendar Right Clickとは何ですか?

Google Calendar Right Clickはkubosukeによって開発されたChromeの拡張機能で、その主な機能は「create Google Calendar event with Title or Description from Right Click Menu」です。

拡張機能のスクリーンショット

screenshot
screenshot

Google Calendar Right Click拡張機能のCRXファイルをダウンロード

Google Calendar Right Click拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        you can create Google Calendar Event with 3 step

1. Select text
2. Open Right Click Menu (Context Menu)
3. Select                    

拡張機能の基本情報

名前 Google Calendar Right Click Google Calendar Right Click
ID gecagpecilkplgfkfpbpfhjkfelfdocd
公式URL https://chromewebstore.google.com/detail/google-calendar-right-cli/gecagpecilkplgfkfpbpfhjkfelfdocd
説明 create Google Calendar event with Title or Description from Right Click Menu
ファイルサイズ 15.1 KB
インストール数 252
現在のバージョン 1.0.0
最終更新日 2022-04-21
公開日 2022-04-21
評価 5.00/5 合計 2 レビュー
開発者 kubosuke
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Calendar Right Click",
    "description": "create Google Calendar event with Title or Description from Right Click Menu",
    "version": "1.0.0",
    "manifest_version": 3,
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "img\/16.png",
        "128": "img\/128.png"
    }
}