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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quick access to Google Meet and change layout during the chat with one click"입니다.
확장 프로그램 스크린샷
Grid Mode for Google Meet 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } |