Save the date!
Add in-text dates to Google Calendar.
Cos'è Save the date!?
Save the date! è un'estensione di Chrome sviluppata da vcotta, e la sua funzione principale è "Add in-text dates to Google Calendar.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Save the date!
Scarica i file di estensione Save the date! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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).
Informazioni di Base sull'Estensione
Nome | Save the date! |
ID | cicldcklfdomfgffcekefnmeknidnfhm |
URL Ufficiale | https://chromewebstore.google.com/detail/save-the-date/cicldcklfdomfgffcekefnmeknidnfhm |
Descrizione | Add in-text dates to Google Calendar. |
Dimensione del File | 11.2 KB |
Conteggio Installazioni | 74 |
Versione Corrente | 2.2.92.0 |
Ultimo Aggiornamento | 2022-09-05 |
Data di Pubblicazione | 2022-08-10 |
Sviluppatore | vcotta |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://vcotta-software.tumblr.com |
Lingue Supportate | 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" } } |