Save the date!

Add in-text dates to Google Calendar.

¿Qué es Save the date!?

Save the date! es una extensión de Chrome desarrollada por vcotta, y su función principal es "Add in-text dates to Google Calendar.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Save the date!

Descarga archivos de extensión Save the date! 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

                        Create Google Calendar events from most of the dates in web pages! Simply highlight the date you want to create an event for, then use the context menu to open a new Google Calendar page to edit and save it! Currently supports English and French months, along with many numeric-only dates formats (ex. 05/24/2023).                    

Información Básica de la Extensión

Nombre Save the date! Save the date!
ID cicldcklfdomfgffcekefnmeknidnfhm
URL Oficial https://chromewebstore.google.com/detail/save-the-date/cicldcklfdomfgffcekefnmeknidnfhm
Descripción Add in-text dates to Google Calendar.
Tamaño del Archivo 11.2 KB
Cantidad de Instalaciones 74
Versión Actual 2.2.92.0
Última Actualización 2022-09-05
Fecha de Publicación 2022-08-10
Desarrollador vcotta
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://vcotta-software.tumblr.com
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Save the date!",
    "version": "2.2.92.0",
    "author": "Valentin Cotta",
    "description": "Add in-text dates to Google Calendar.",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "icons": {
        "16": "save_the_date_chrome_icon_16.png",
        "32": "save_the_date_chrome_icon_48.png",
        "48": "save_the_date_chrome_icon_48.png",
        "128": "save_the_date_chrome_icon_128.png"
    },
    "background": {
        "service_worker": "service_worker.js"
    }
}