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

¿Qué es Add to Calendar?

Add to Calendar es una extensión de Chrome desarrollada por jrm.publisher, y su función principal es "Select a date on any webpage and add it to your calendar with automatically filled details, including a link to the webpage".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Add to Calendar

Descarga archivos de extensión Add to Calendar en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Add to Calendar Add to Calendar
ID ciamdnecdjnljmaaoneckkojbdbkmdhe
URL Oficial https://chromewebstore.google.com/detail/add-to-calendar/ciamdnecdjnljmaaoneckkojbdbkmdhe
Descripción Select a date on any webpage and add it to your calendar with automatically filled details, including a link to the webpage
Tamaño del Archivo 134 KB
Cantidad de Instalaciones 379
Versión Actual 1.4
Última Actualización 2019-03-13
Fecha de Publicación 2019-03-13
Desarrollador jrm.publisher
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
        ]
    }
}