Add to Calendar

Select a date on any webpage and add it to your calendar with automatically filled details, including a link to the webpage

O que é Add to Calendar?

Add to Calendar é uma extensão do Chrome desenvolvida por jrm.publisher, e sua principal característica é "Select a date on any webpage and add it to your calendar with automatically filled details, including a link to the webpage".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Add to Calendar

Baixe arquivos de extensão Add to Calendar 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

                        A simple extension to select dates on any webpage and add them to your Google calendar. 
Simply select the date, right click and choose: "Send selected date to my calendar".
The date together with automatically gathered data from the webpage will be added to a new event in your calendar. Review the details and Save the event. 
Please note that:
1) This extension only works with Google Calendar
2) In addition to the selected date, title of the webpage will be added as event name, a link to the webpage will be included into the details of the event.
3) The extension detects different date formats, however, always double check the auto-filled data before saving the event. I will not be responsible if you miss an important date! 
Otherwise, Enjoy!                    

Informações Básicas da Extensão

Nome Add to Calendar Add to Calendar
ID ciamdnecdjnljmaaoneckkojbdbkmdhe
URL Oficial https://chromewebstore.google.com/detail/add-to-calendar/ciamdnecdjnljmaaoneckkojbdbkmdhe
Descrição Select a date on any webpage and add it to your calendar with automatically filled details, including a link to the webpage
Tamanho do Arquivo 134 KB
Contagem de Instalações 379
Versão Atual 1.4
Última Atualização 2019-03-13
Data de Publicação 2019-03-13
Desenvolvedor jrm.publisher
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.4",
    "name": "Add to Calendar",
    "description": "Select a date on any webpage and add it to your calendar with automatically filled details, including a link to the webpage",
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "icons": {
        "16": "images\/calendar.png",
        "48": "images\/calendar.png",
        "128": "images\/calendar.png"
    },
    "background": {
        "scripts": [
            "main.js"
        ]
    }
}