Google Calendar Right Click

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

Qu'est-ce que Google Calendar Right Click ?

Google Calendar Right Click est une extension Chrome développée par kubosuke, et sa fonction principale est "create Google Calendar event with Title or Description from Right Click Menu".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Google Calendar Right Click

Téléchargez les fichiers d'extension Google Calendar Right Click 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

                        you can create Google Calendar Event with 3 step

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

Informations de Base sur l'Extension

Nom Google Calendar Right Click Google Calendar Right Click
ID gecagpecilkplgfkfpbpfhjkfelfdocd
URL Officiel https://chromewebstore.google.com/detail/google-calendar-right-cli/gecagpecilkplgfkfpbpfhjkfelfdocd
Description create Google Calendar event with Title or Description from Right Click Menu
Taille du Fichier 15.1 KB
Nombre d'Installations 252
Version Actuelle 1.0.0
Dernière Mise à Jour 2022-04-21
Date de Publication 2022-04-21
Évaluation 5.00/5 Total 2 Évaluations
Développeur kubosuke
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}