Save the date!

Add in-text dates to Google Calendar.

O que é Save the date!?

Save the date! é uma extensão do Chrome desenvolvida por vcotta, e sua principal característica é "Add in-text dates to Google Calendar.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Save the date!

Baixe arquivos de extensão Save the date! no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Save the date! Save the date!
ID cicldcklfdomfgffcekefnmeknidnfhm
URL Oficial https://chromewebstore.google.com/detail/save-the-date/cicldcklfdomfgffcekefnmeknidnfhm
Descrição Add in-text dates to Google Calendar.
Tamanho do Arquivo 11.2 KB
Contagem de Instalações 74
Versão Atual 2.2.92.0
Última Atualização 2022-09-05
Data de Publicação 2022-08-10
Desenvolvedor vcotta
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://vcotta-software.tumblr.com
Idiomas Suportados 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"
    }
}