Meet SPECulator
Recommends Google Meet performance settings based on device CPU/memory.
Meet SPECulator क्या है?
Meet SPECulator Jay Lee द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Recommends Google Meet performance settings based on device CPU/memory."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Meet SPECulator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |