Google Calendar Right Click

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

O que é Google Calendar Right Click?

Google Calendar Right Click é uma extensão do Chrome desenvolvida por kubosuke, e sua principal característica é "create Google Calendar event with Title or Description from Right Click Menu".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Google Calendar Right Click

Baixe arquivos de extensão Google Calendar Right Click no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        you can create Google Calendar Event with 3 step

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

Informações Básicas da Extensão

Nome Google Calendar Right Click Google Calendar Right Click
ID gecagpecilkplgfkfpbpfhjkfelfdocd
URL Oficial https://chromewebstore.google.com/detail/google-calendar-right-cli/gecagpecilkplgfkfpbpfhjkfelfdocd
Descrição create Google Calendar event with Title or Description from Right Click Menu
Tamanho do Arquivo 15.1 KB
Contagem de Instalações 252
Versão Atual 1.0.0
Última Atualização 2022-04-21
Data de Publicação 2022-04-21
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor kubosuke
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}