Meet SPECulator

Recommends Google Meet performance settings based on device CPU/memory.

Meet SPECulator란 무엇입니까?

Meet SPECulator은(는) Jay Lee에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Recommends Google Meet performance settings based on device CPU/memory."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Meet SPECulator helps determine the recommended settings for Google Meet based on your device's CPU and RAM. These settings include tiled or spotlight layout, presenting, high definition 720p video and max other tabs / apps the user should have running.                    

확장 프로그램 기본 정보

이름 Meet SPECulator Meet SPECulator
ID iglfcecnnhmjcbckbgglmjodcgobnefb
공식 URL https://chromewebstore.google.com/detail/meet-speculator/iglfcecnnhmjcbckbgglmjodcgobnefb
설명 Recommends Google Meet performance settings based on device CPU/memory.
파일 크기 14.12 KB
설치 횟수 135
현재 버전 1.04
최근 업데이트 2020-12-09
출시 날짜 2020-10-06
개발자 Jay Lee
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/jay0lee/meet-speculator
도움말 페이지 URL https://github.com/jay0lee/meet-speculator/issues
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Meet SPECulator",
    "short_name": "Meet SPECulator",
    "description": "Recommends Google Meet performance settings based on device CPU\/memory.",
    "version": "1.04",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Meet SPECulator"
    },
    "minimum_chrome_version": "66",
    "permissions": [
        "system.cpu",
        "system.memory"
    ],
    "storage": {
        "managed_schema": "schema.json"
    }
}