Hand-me-down for Google Meet
Automatically lower your hand in Google Meet when you start talking
Hand-me-down for Google Meet란 무엇입니까?
Hand-me-down for Google Meet은(는) Mike Crittenden에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically lower your hand in Google Meet when you start talking"입니다.
확장 프로그램 스크린샷
Hand-me-down for Google Meet 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
"Oh, sorry, I don't have anything to say, I just forgot to lower my hand earlier." Sound familiar? Not anymore! This tiny little extension keeps an eye on the "Raise/Lower Hand" button in Google Meet. If you raise your hand, it waits for you to start talking, and when you do it automatically lowers your hand.
확장 프로그램 기본 정보
이름 | Hand-me-down for Google Meet |
ID | odkejcmkmjeiaiejcghdkdnhbbokolbl |
공식 URL | https://chromewebstore.google.com/detail/hand-me-down-for-google-m/odkejcmkmjeiaiejcghdkdnhbbokolbl |
설명 | Automatically lower your hand in Google Meet when you start talking |
파일 크기 | 16.86 KB |
설치 횟수 | 1,370 |
현재 버전 | 0.0.3 |
최근 업데이트 | 2021-03-06 |
출시 날짜 | 2021-02-20 |
평점 | 4.83/5 총 6 개의 평점 |
개발자 | Mike Crittenden |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/mikecrittenden/hand-me-down-for-google-meet |
도움말 페이지 URL | https://github.com/mikecrittenden/hand-me-down-for-google-meet/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "0.0.3", "short_name": "__MSG_appShortName__", "manifest_version": 2, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/meet.google.com\/*", "https:\/\/meet.google.com\/*" ], "css": [ "styles\/contentscript.css" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ] } |