Google Meet Tools
*All modifications to Google Meet calls are client-side only, meaning that changes are only made for you, not anyone else in the…
Google Meet Tools란 무엇입니까?
Google Meet Tools은(는) DevelopingWhiskers에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "*All modifications to Google Meet calls are client-side only, meaning that changes are only made for you, not anyone else in the…"입니다.
확장 프로그램 스크린샷
Google Meet Tools 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
*All modifications to Google Meet calls are client-side only, meaning that changes are only made for you, not anyone else in the call.* This extension is nothing extraordinary, it allows you to keep the comments from popping up in the corner of the screen (you can still access it from the sidebar), and it also allows to remove the 'action bar' as I call it (the bar that has the raise hand button, camera and microphone buttons, etc.). Only remove these if you know that you won't be using those buttons. Aside from removing the action bar and comment pop-up section, you can also remove people from your screen as well. This is great if there is a slightly disturbing or unappealing image in one of the squares. These names should be comma separated. It should be said that this extension cannot actually remove people from the call, it only removes people from your screen. Only install this if you have some common sense, and know how to use a computer.
확장 프로그램 기본 정보
이름 | Google Meet Tools |
ID | ojhgococleaekhlabppfladojdmemldo |
공식 URL | https://chromewebstore.google.com/detail/google-meet-tools/ojhgococleaekhlabppfladojdmemldo |
설명 | *All modifications to Google Meet calls are client-side only, meaning that changes are only made for you, not anyone else in the… |
파일 크기 | 100 KB |
설치 횟수 | 445 |
현재 버전 | 1.1 |
최근 업데이트 | 2021-01-14 |
출시 날짜 | 2021-01-08 |
평점 | 3.00/5 총 1 개의 평점 |
개발자 | DevelopingWhiskers |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Meet Tools", "version": "1.1", "permissions": [ "activeTab", "declarativeContent", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html" }, "icons": { "128": "images\/Google_Meet_Tools_icon_128px.png" }, "manifest_version": 2 } |