Grid Mode for Google Meet
Quick access to Google Meet and change layout during the chat with one click
Grid Mode for Google Meet क्या है?
Grid Mode for Google Meet Fred Pruitt द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quick access to Google Meet and change layout during the chat with one click"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Grid Mode for Google Meet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
If you use the popular chat often, so you definitely love the extension. It enhance your exterience and allows to open Google Meet in one click using icon. Change layout of meetings' participants easily during the chat. Simple button allows you to set grid view without opening settings. You can also switch the layout back by clicking the same button. It helps to set tiled mode for google meet quickly and without additional interruption from the chatting. We add a button as with a native design that enable grid mode for Goggle meet. As well the second click returns to original layout.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | nekgikkcllkpoehepjbckjnobdppbfff |
आधिकारिक URL | https://chrome.google.com/webstore/detail/grid-mode-for-google-meet/nekgikkcllkpoehepjbckjnobdppbfff |
विवरण | Quick access to Google Meet and change layout during the chat with one click |
फ़ाइल का आकार | 20.43 KB |
स्थापना संख्या | 576,953 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2022-09-08 |
प्रकाशन तिथि | 2021-04-06 |
रेटिंग | 4.35/5 कुल 20 रेटिंग्स |
डेवलपर | Fred Pruitt |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | de,en,ca,da,es,it,pl,pt-PT,sk,sl,fi,el,mr,hi,ta,te,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "*:\/\/*.google.com\/*", "storage", "cookies" ], "browser_action": { "default_icon": { "128": "icons\/icon128.png", "256": "icons\/icon256.png", "32": "icons\/icon32.png", "64": "icons\/icon64.png" }, "default_title": "__MSG_name__" }, "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "run_at": "document_start", "js": [ "js\/switcher.js" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval' ; object-src 'self'", "default_locale": "en", "description": "__MSG_description__", "icons": { "128": "icons\/icon128.png", "256": "icons\/icon256.png", "32": "icons\/icon32.png", "64": "icons\/icon64.png" }, "manifest_version": 2, "name": "__MSG_name__", "short_name": "Grid Gl Meet", "version": "1.2" } |