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文件

下載Meet SPECulator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}