Google Calendar AutoHide Toolbars
More events. Less toolbar.
Google Calendar AutoHide Toolbars क्या है?
Google Calendar AutoHide Toolbars rawbytz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "More events. Less toolbar."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Google Calendar AutoHide Toolbars एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
• Google Calendar's top and left toolbars are hidden by default. • Shows toolbars only when you need them. • To activate the top toolbar, hover on the bar at the top of the calendar. • To activate the left toolbar, hover on the bar at the left of the calendar. • Note! You must have the left toolbar activated for the hover bar to show. • TIP: Use forward slash "/" keyboard shortcut to activate Search without using mouse. v 0.3.0: Add support for Calendar Dark Mode extension. v 0.2.9: Better support for Search and Settings v 0.2.8: Disable top toolbar hiding while in Edit and Search results v 0.2.7: Fix to hide Create button
एक्सटेंशन की मूल जानकारी
नाम | Google Calendar AutoHide Toolbars |
ID | dpjbnfamllcdnpffalcmabofkblpmlpd |
आधिकारिक URL | https://chromewebstore.google.com/detail/google-calendar-autohide/dpjbnfamllcdnpffalcmabofkblpmlpd |
विवरण | More events. Less toolbar. |
फ़ाइल का आकार | 8.09 KB |
स्थापना संख्या | 1,192 |
वर्तमान संस्करण | 0.3.0 |
अंतिम अपडेट | 2024-02-09 |
प्रकाशन तिथि | 2019-03-07 |
रेटिंग | 4.25/5 कुल 28 रेटिंग्स |
डेवलपर | rawbytz |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Calendar AutoHide Toolbars", "short_name": "GCalAutoHide", "version": "0.3.0", "description": "More events. Less toolbar.", "icons": { "128": "GCal_AutoHide_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.google.com\/calendar\/*" ], "css": [ "gcal_autohide.css" ], "all_frames": true } ], "manifest_version": 2 } |