Meet view all

Meet view all

Meet view all란 무엇입니까?

Meet view all은(는) Kohsa에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Meet view all"입니다.

확장 프로그램 스크린샷

screenshot

Meet view all 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Able to see all in meet in one screen

To make it work:

1. Ensure that no other grid extensions are active.
2. Change layout to Tiled View.
3. Adjust the slider to Maximum number of videos (49)
4. Set Zoom level of Browser to 75% (use the Ctrl key and “-”)


[1.6 Fix]
Chat Toggle issue fixed                    

확장 프로그램 기본 정보

이름 Meet view all Meet view all
ID ncdkpefkincbindoojieajcilimcjaae
공식 URL https://chromewebstore.google.com/detail/meet-view-all/ncdkpefkincbindoojieajcilimcjaae
설명 Meet view all
파일 크기 37.81 KB
설치 횟수 6,697
현재 버전 1.6
최근 업데이트 2021-03-06
출시 날짜 2021-02-21
평점 3.67/5 총 3 개의 평점
개발자 Kohsa
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "author": "",
    "browser_action": {
        "default_icon": {
            "24": "icon24.png",
            "36": "icon36.png",
            "48": "icon48.png"
        },
        "default_popup": "popup.html",
        "default_title": "Meet view all"
    },
    "content_scripts": [
        {
            "js": [
                "browser-polyfill.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Meet view all",
    "icons": {
        "128": "icon128.png",
        "24": "icon24.png",
        "36": "icon36.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Meet view all",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.6",
    "web_accessible_resources": [
        "grid.user.js"
    ]
}