Zoom in-out Magnifier for Google Meet

Zoom in and out of shared screens and cameras on Google Meet

Zoom in-out Magnifier for Google Meet란 무엇입니까?

Zoom in-out Magnifier for Google Meet은(는) https://meet-magnifier.recebedor.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Zoom in and out of shared screens and cameras on Google Meet"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Zoom in-out Magnifier for Google Meet 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        You know when someone share their screen on Google Meet and it is barely readable because their screen is too big, so the letters are too small to read?

Well, now you can just zoom in.

Just use your mouse wheel to zoom in and out.

You can also drag and drop the screen you are zooming!

Install, refresh your Google Meet tab and have fun! ;-]                    

확장 프로그램 기본 정보

이름 Zoom in-out Magnifier for Google Meet Zoom in-out Magnifier for Google Meet
ID jgbngdlfifppkoggkjpcklnkgkaacbpc
공식 URL https://chromewebstore.google.com/detail/zoom-in-out-magnifier-for/jgbngdlfifppkoggkjpcklnkgkaacbpc
설명 Zoom in and out of shared screens and cameras on Google Meet
파일 크기 12.48 KB
설치 횟수 10,000
현재 버전 1.2.12
최근 업데이트 2023-09-26
출시 날짜 2022-02-21
평점 5.00/5 총 30 개의 평점
개발자 https://meet-magnifier.recebedor.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://meet-magnifier.recebedor.com/
도움말 페이지 URL https://www.linkedin.com/in/eletrodomestico/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zoom in-out Magnifier for Google Meet",
    "description": "Zoom in and out of shared screens and cameras on Google Meet",
    "version": "1.2.12",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "icons": {
        "16": "magnifier16.png",
        "32": "magnifier32.png",
        "128": "magnifier128.png"
    }
}