Infinite Monthly Calendar

Use the mousewheel to easily scroll between monthly calendars.

Infinite Monthly Calendar क्या है?

Infinite Monthly Calendar publisher द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use the mousewheel to easily scroll between monthly calendars."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Infinite Monthly Calendar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Infinite Monthly Calendar Infinite Monthly Calendar
ID pfpjbkkfjjjjenbgoadcemjoaahdphki
आधिकारिक URL https://chromewebstore.google.com/detail/infinite-monthly-calendar/pfpjbkkfjjjjenbgoadcemjoaahdphki
विवरण Use the mousewheel to easily scroll between monthly calendars.
फ़ाइल का आकार 62.96 KB
स्थापना संख्या 476
वर्तमान संस्करण 1.1.1
अंतिम अपडेट 2016-05-18
प्रकाशन तिथि 2016-05-17
रेटिंग 4.86/5 कुल 7 रेटिंग्स
डेवलपर publisher
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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
}