Save the date!

Add in-text dates to Google Calendar.

Что такое Save the date!?

Save the date! - это расширение Chrome, разработанное vcotta, и его основная функция - "Add in-text dates to Google Calendar.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Save the date!

Скачайте файлы расширений Save the date! в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Save the date! Save the date!
ID cicldcklfdomfgffcekefnmeknidnfhm
Официальный URL https://chromewebstore.google.com/detail/save-the-date/cicldcklfdomfgffcekefnmeknidnfhm
Описание Add in-text dates to Google Calendar.
Размер файла 11.2 KB
Количество установок 74
Текущая Версия 2.2.92.0
Последнее Обновление 2022-09-05
Дата публикации 2022-08-10
Разработчик vcotta
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://vcotta-software.tumblr.com
Поддерживаемые языки 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"
    }
}