Infinite Monthly Calendar
Use the mousewheel to easily scroll between monthly calendars.
Cos'è Infinite Monthly Calendar?
Infinite Monthly Calendar è un'estensione di Chrome sviluppata da publisher, e la sua funzione principale è "Use the mousewheel to easily scroll between monthly calendars.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Infinite Monthly Calendar
Scarica i file di estensione Infinite Monthly 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
What's new: 1.1.1: * Compressed images to decrease extension package size 1.1.0: * Added option to set Monday as the first day of the week * Added customizable Special Dates list up to 50 special dates
Informazioni di Base sull'Estensione
Nome | Infinite Monthly Calendar |
ID | pfpjbkkfjjjjenbgoadcemjoaahdphki |
URL Ufficiale | https://chromewebstore.google.com/detail/infinite-monthly-calendar/pfpjbkkfjjjjenbgoadcemjoaahdphki |
Descrizione | Use the mousewheel to easily scroll between monthly calendars. |
Dimensione del File | 62.96 KB |
Conteggio Installazioni | 476 |
Versione Corrente | 1.1.1 |
Ultimo Aggiornamento | 2016-05-18 |
Data di Pubblicazione | 2016-05-17 |
Valutazione | 4.86/5 Totale 7 Valutazioni |
Sviluppatore | publisher |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Infinite Monthly Calendar", "description": "Use the mousewheel to easily scroll between monthly calendars.", "permissions": [ "storage" ], "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "38": "icons\/icon38.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "version": "1.1.1", "options_page": "options.html", "browser_action": { "default_title": "Infinite Monthly Calendar", "default_popup": "popup.html" }, "offline_enabled": true } |