Calendar
Day, Month and Year
Cos'è Calendar?
Calendar è un'estensione di Chrome sviluppata da https://mythical5th.com, e la sua funzione principale è "Day, Month and Year".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Calendar
Scarica i file di estensione Calendar 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
Keyboard shortcut: Alt+C To change the default, go to chrome://extensions/shortcuts September 2023: With regret, the full-month grid has been removed. It used the Flexbox and Grid layout modes of HTML, which have been affected negatively by an update of Chrome.
Informazioni di Base sull'Estensione
Nome | Calendar |
ID | ndfdimandiclndjddnhkhjleeadcppcj |
URL Ufficiale | https://chromewebstore.google.com/detail/calendar/ndfdimandiclndjddnhkhjleeadcppcj |
Descrizione | Day, Month and Year |
Dimensione del File | 8.15 KB |
Conteggio Installazioni | 48 |
Versione Corrente | 4.1 |
Ultimo Aggiornamento | 2024-02-10 |
Data di Pubblicazione | 2021-03-01 |
Sviluppatore | https://mythical5th.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | http://mythical5th.com/policies/chromeWebStore.html |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Calendar", "version": "4.1", "description": "Day, Month and Year", "short_name": "Calendar", "commands": { "_execute_action": { "suggested_key": { "default": "Alt+C" } } }, "icons": { "16": "\/icons\/icon16.png", "48": "\/icons\/icon48.png", "128": "\/icons\/icon128.png" }, "action": { "default_title": "Calendar", "default_popup": "popup.html", "default_icon": { "16": "\/icons\/icon16.png", "48": "\/icons\/icon48.png" } } } |