Save the date!

Add in-text dates to Google Calendar.

Co je Save the date!?

Save the date! je rozšíření Chrome vyvinuté vcotta, a jeho hlavní funkcí je „Add in-text dates to Google Calendar.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Save the date!

Stáhněte si soubory rozšíření Save the date! ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Save the date! Save the date!
ID cicldcklfdomfgffcekefnmeknidnfhm
Oficiální URL https://chromewebstore.google.com/detail/save-the-date/cicldcklfdomfgffcekefnmeknidnfhm
Popis Add in-text dates to Google Calendar.
Velikost souboru 11.2 KB
Počet instalací 74
Aktuální Verze 2.2.92.0
Poslední Aktualizace 2022-09-05
Datum Vydání 2022-08-10
Vývojář vcotta
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://vcotta-software.tumblr.com
Podporované Jazyky 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"
    }
}