Google Calendar Disable Month Scroll

Disable jumping from month to month in Google Calendar when scrolling.

Google Calendar Disable Month Scroll क्या है?

Google Calendar Disable Month Scroll raphael.schaad द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Disable jumping from month to month in Google Calendar when scrolling."।

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

screenshot

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

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

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

                        This extension prevents jumping around in month view when scrolling, especially a problem for users of Mighty or Magic Mouse/Trackpad. Unlike other extensions, it doesn't break scrolling up and down in week or schedule view.

If you like your more reliable month view, please leave a rating and review!                    

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

नाम Google Calendar Disable Month Scroll Google Calendar Disable Month Scroll
ID fhcfmpoiniaamlhkcpiaahokbpibjjoh
आधिकारिक URL https://chromewebstore.google.com/detail/google-calendar-disable-m/fhcfmpoiniaamlhkcpiaahokbpibjjoh
विवरण Disable jumping from month to month in Google Calendar when scrolling.
फ़ाइल का आकार 5.29 KB
स्थापना संख्या 5,652
वर्तमान संस्करण 1.2.0
अंतिम अपडेट 2022-05-02
प्रकाशन तिथि 2020-05-19
रेटिंग 4.56/5 कुल 32 रेटिंग्स
डेवलपर raphael.schaad
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://raphaelschaad.com/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Google Calendar Disable Month Scroll",
    "version": "1.2.0",
    "description": "Disable jumping from month to month in Google Calendar when scrolling.",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}