Infinite Monthly Calendar

Use the mousewheel to easily scroll between monthly calendars.

Vad är Infinite Monthly Calendar?

Infinite Monthly Calendar är en Chrome-tillägg utvecklad av publisher, och dess huvudfunktion är "Use the mousewheel to easily scroll between monthly calendars.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Infinite Monthly Calendar-förlängningens CRX-fil

Ladda ner Infinite Monthly Calendar-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Infinite Monthly Calendar Infinite Monthly Calendar
ID pfpjbkkfjjjjenbgoadcemjoaahdphki
Officiell webbadress https://chromewebstore.google.com/detail/infinite-monthly-calendar/pfpjbkkfjjjjenbgoadcemjoaahdphki
Beskrivning Use the mousewheel to easily scroll between monthly calendars.
Filstorlek 62.96 KB
Antal Installationer 476
Aktuell Version 1.1.1
Senast Uppdaterad 2016-05-18
Publiceringsdatum 2016-05-17
Betyg 4.86/5 Totalt 7 Betyg
Utvecklare publisher
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}