Meet SPECulator

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

Co to jest Meet SPECulator?

Meet SPECulator to rozszerzenie Chrome opracowane przez Jay Lee, a jego główną funkcją jest „Recommends Google Meet performance settings based on device CPU/memory.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Meet SPECulator

Pobierz pliki rozszerzeń Meet SPECulator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Meet SPECulator Meet SPECulator
ID iglfcecnnhmjcbckbgglmjodcgobnefb
Oficjalny URL https://chromewebstore.google.com/detail/meet-speculator/iglfcecnnhmjcbckbgglmjodcgobnefb
Opis Recommends Google Meet performance settings based on device CPU/memory.
Rozmiar pliku 14.12 KB
Liczba instalacji 135
Aktualna Wersja 1.04
Ostatnia Aktualizacja 2020-12-09
Data Publikacji 2020-10-06
Deweloper Jay Lee
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/jay0lee/meet-speculator
Adres URL Strony Pomocy https://github.com/jay0lee/meet-speculator/issues
Obsługiwane Języki 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"
    }
}