Meet SPECulator

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

Cos'è Meet SPECulator?

Meet SPECulator è un'estensione di Chrome sviluppata da Jay Lee, e la sua funzione principale è "Recommends Google Meet performance settings based on device CPU/memory.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Meet SPECulator

Scarica i file di estensione Meet SPECulator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Meet SPECulator Meet SPECulator
ID iglfcecnnhmjcbckbgglmjodcgobnefb
URL Ufficiale https://chromewebstore.google.com/detail/meet-speculator/iglfcecnnhmjcbckbgglmjodcgobnefb
Descrizione Recommends Google Meet performance settings based on device CPU/memory.
Dimensione del File 14.12 KB
Conteggio Installazioni 135
Versione Corrente 1.04
Ultimo Aggiornamento 2020-12-09
Data di Pubblicazione 2020-10-06
Sviluppatore Jay Lee
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/jay0lee/meet-speculator
URL della Pagina di Aiuto https://github.com/jay0lee/meet-speculator/issues
Lingue Supportate 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"
    }
}