Save the date!

Add in-text dates to Google Calendar.

Qu'est-ce que Save the date! ?

Save the date! est une extension Chrome développée par vcotta, et sa fonction principale est "Add in-text dates to Google Calendar.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Save the date!

Téléchargez les fichiers d'extension Save the date! 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

                        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).                    

Informations de Base sur l'Extension

Nom Save the date! Save the date!
ID cicldcklfdomfgffcekefnmeknidnfhm
URL Officiel https://chromewebstore.google.com/detail/save-the-date/cicldcklfdomfgffcekefnmeknidnfhm
Description Add in-text dates to Google Calendar.
Taille du Fichier 11.2 KB
Nombre d'Installations 74
Version Actuelle 2.2.92.0
Dernière Mise à Jour 2022-09-05
Date de Publication 2022-08-10
Développeur vcotta
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://vcotta-software.tumblr.com
Langues Prises en Charge 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"
    }
}