Save the date!

Add in-text dates to Google Calendar.

Was ist Save the date!?

Save the date! ist eine Chrome-Erweiterung, die von vcotta entwickelt wurde, und ihr Hauptmerkmal ist "Add in-text dates to Google Calendar.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Save the date!-Erweiterungs-CRX-Datei herunterladen

Laden Sie Save the date!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Save the date! Save the date!
ID cicldcklfdomfgffcekefnmeknidnfhm
Offizielle URL https://chromewebstore.google.com/detail/save-the-date/cicldcklfdomfgffcekefnmeknidnfhm
Beschreibung Add in-text dates to Google Calendar.
Dateigröße 11.2 KB
Installationsanzahl 74
Aktuelle Version 2.2.92.0
Letztes Update 2022-09-05
Veröffentlichungsdatum 2022-08-10
Entwickler vcotta
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://vcotta-software.tumblr.com
Unterstützte Sprachen 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"
    }
}