Meet SPECulator

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

Meet SPECulatorคืออะไร?

Meet SPECulator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jay Lee และคุณลักษณะหลักของมันคือ "Recommends Google Meet performance settings based on device CPU/memory."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Meet SPECulator

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    }
}