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.”。
扩展截图
下载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 |
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" } } |