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 |
Eメール | [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" } } |