Google Calendar Right Click

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

What is Google Calendar Right Click?

Google Calendar Right Click is a Chrome extension developed by kubosuke, and its main feature is "create Google Calendar event with Title or Description from Right Click Menu".

Extension Screenshots

screenshot
screenshot

Download Google Calendar Right Click Extension CRX File

Download Google Calendar Right Click 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

                        you can create Google Calendar Event with 3 step

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

Extension Basic Information

Name Google Calendar Right Click Google Calendar Right Click
ID gecagpecilkplgfkfpbpfhjkfelfdocd
Official URL https://chromewebstore.google.com/detail/google-calendar-right-cli/gecagpecilkplgfkfpbpfhjkfelfdocd
Description create Google Calendar event with Title or Description from Right Click Menu
File Size 15.1 KB
Installation Count 252
Current Version 1.0.0
Last Updated 2022-04-21
Publish Date 2022-04-21
Rating 5.00/5 Total 2 Ratings
Developer kubosuke
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}