Infinite Monthly Calendar
Use the mousewheel to easily scroll between monthly calendars.
Qu'est-ce que Infinite Monthly Calendar ?
Infinite Monthly Calendar est une extension Chrome développée par publisher, et sa fonction principale est "Use the mousewheel to easily scroll between monthly calendars.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Infinite Monthly Calendar
Téléchargez les fichiers d'extension Infinite Monthly Calendar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Infinite Monthly Calendar |
ID | pfpjbkkfjjjjenbgoadcemjoaahdphki |
URL Officiel | https://chromewebstore.google.com/detail/infinite-monthly-calendar/pfpjbkkfjjjjenbgoadcemjoaahdphki |
Description | Use the mousewheel to easily scroll between monthly calendars. |
Taille du Fichier | 62.96 KB |
Nombre d'Installations | 476 |
Version Actuelle | 1.1.1 |
Dernière Mise à Jour | 2016-05-18 |
Date de Publication | 2016-05-17 |
Évaluation | 4.86/5 Total 7 Évaluations |
Développeur | publisher |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |