OKIOLABS Mirror Image Corrector
The OKIOLABS Mirror Image Corrector extension allows you to correct the adjusted image that occurs when using Google Meet.
Co je OKIOLABS Mirror Image Corrector?
OKIOLABS Mirror Image Corrector je rozšíření Chrome vyvinuté https://www.okiolabs.com, a jeho hlavní funkcí je „The OKIOLABS Mirror Image Corrector extension allows you to correct the adjusted image that occurs when using Google Meet.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření OKIOLABS Mirror Image Corrector
Stáhněte si soubory rozšíření OKIOLABS Mirror Image Corrector ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
📝 The FREE OKIOLABS Mirror Image Corrector is an extension meant to work in conjunction with Google Meet that helps you enable and disable the adjusted mirror image so that you can accurately see what you are writing, drawing, presenting, discussing, or creating! 😀 The OKIOLABS Mirror Image Corrector gives you the power to toggle between the mirrored and non mirrored image. After downloading, you can use the extension by clicking the extension’s popup and then you will be able to enable and disable the mirrored image. 🎥 The OKIOLABS Mirror Image Corrector helps you to explicate difficult math problems, model unique art techniques, and demonstrate good penmanship! 😀 Google Meet automatically mirrors the preview window (sender’s video). The OKIOLABS Mirror Image Corrector lets you correct the preview window by toggling between the unmirrored image as well as the mirrored image. Comments? Questions? Suggestions? Please tell us: [email protected]
Základní Informace o Rozšíření
Název | OKIOLABS Mirror Image Corrector |
ID | jilajkmkggigmofihljmeajphfdphpjl |
Oficiální URL | https://chromewebstore.google.com/detail/okiolabs-mirror-image-cor/jilajkmkggigmofihljmeajphfdphpjl |
Popis | The OKIOLABS Mirror Image Corrector extension allows you to correct the adjusted image that occurs when using Google Meet. |
Velikost souboru | 78.92 KB |
Počet instalací | 3,541 |
Aktuální Verze | 1.0.9 |
Poslední Aktualizace | 2022-04-12 |
Datum Vydání | 2022-04-12 |
Hodnocení | 3.50/5 Celkem 2 Hodnocení |
Vývojář | https://www.okiolabs.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.okiolabs.com |
URL Stránky Nápovědy | https://okiolabs.zendesk.com/hc/en-us |
URL Stránky Zásad Ochrany Soukromí | https://okiolabs.com/privacy-policy |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "OKIOLABS Mirror Image Corrector", "description": "The OKIOLABS Mirror Image Corrector extension allows you to correct the adjusted image that occurs when using Google Meet.", "version": "1.0.9", "icons": { "16": "icon48.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_title": "Only can use in Google Meet.", "default_icon": "icon48.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "tabs" ], "host_permissions": [ "https:\/\/meet.google.com\/*" ], "background": { "service_worker": "event.js" }, "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "js": [ "execute.js" ] } ] } |