Infinite Monthly Calendar

Use the mousewheel to easily scroll between monthly calendars.

Was ist Infinite Monthly Calendar?

Infinite Monthly Calendar ist eine Chrome-Erweiterung, die von publisher entwickelt wurde, und ihr Hauptmerkmal ist "Use the mousewheel to easily scroll between monthly calendars.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Infinite Monthly Calendar-Erweiterungs-CRX-Datei herunterladen

Laden Sie Infinite Monthly Calendar-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Infinite Monthly Calendar Infinite Monthly Calendar
ID pfpjbkkfjjjjenbgoadcemjoaahdphki
Offizielle URL https://chromewebstore.google.com/detail/infinite-monthly-calendar/pfpjbkkfjjjjenbgoadcemjoaahdphki
Beschreibung Use the mousewheel to easily scroll between monthly calendars.
Dateigröße 62.96 KB
Installationsanzahl 476
Aktuelle Version 1.1.1
Letztes Update 2016-05-18
Veröffentlichungsdatum 2016-05-17
Bewertung 4.86/5 Insgesamt 7 Bewertungen
Entwickler publisher
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}