Google Calendar No Scroll
Disables mouse wheel scrolling in Google Calender, the new layout.
Google Calendar No Scroll क्या है?
Google Calendar No Scroll CleverInsert द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Disables mouse wheel scrolling in Google Calender, the new layout."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Google Calendar No Scroll एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | ![]() |
ID | ngongjpcmamjpplnkfanigdmbkccinbk |
आधिकारिक URL | https://chrome.google.com/webstore/detail/ngongjpcmamjpplnkfanigdmbkccinbk |
विवरण | Disables mouse wheel scrolling in Google Calender, the new layout. |
फ़ाइल का आकार | 9.22 KB |
स्थापना संख्या | 78 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2018-01-17 |
प्रकाशन तिथि | 2018-01-17 |
रेटिंग | 4.00/5 कुल 2 रेटिंग्स |
डेवलपर | CleverInsert |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://cleverinsert.com/privacy_policy_cws.txt |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Calendar No Scroll", "version": "1.0.0", "description": "Disables mouse wheel scrolling in Google Calender, the new layout.", "content_scripts": [ { "matches": [ "*:\/\/calendar.google.com\/calendar\/*" ], "run_at": "document_idle", "all_frames": false, "js": [ "mutation-summary.min.js", "main.js" ] } ] } |