OKIOLABS Mirror Image Corrector
The OKIOLABS Mirror Image Corrector extension allows you to correct the adjusted image that occurs when using Google Meet.
OKIOLABS Mirror Image Correctorとは何ですか?
OKIOLABS Mirror Image Correctorはhttps://www.okiolabs.comによって開発されたChromeの拡張機能で、その主な機能は「The OKIOLABS Mirror Image Corrector extension allows you to correct the adjusted image that occurs when using Google Meet.」です。
拡張機能のスクリーンショット
OKIOLABS Mirror Image Corrector拡張機能のCRXファイルをダウンロード
OKIOLABS Mirror Image Corrector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
📝 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]
拡張機能の基本情報
名前 | OKIOLABS Mirror Image Corrector |
ID | jilajkmkggigmofihljmeajphfdphpjl |
公式URL | https://chromewebstore.google.com/detail/okiolabs-mirror-image-cor/jilajkmkggigmofihljmeajphfdphpjl |
説明 | The OKIOLABS Mirror Image Corrector extension allows you to correct the adjusted image that occurs when using Google Meet. |
ファイルサイズ | 78.92 KB |
インストール数 | 3,541 |
現在のバージョン | 1.0.9 |
最終更新日 | 2022-04-12 |
公開日 | 2022-04-12 |
評価 | 3.50/5 合計 2 レビュー |
開発者 | https://www.okiolabs.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.okiolabs.com |
ヘルプページのURL | https://okiolabs.zendesk.com/hc/en-us |
プライバシーポリシーページのURL | https://okiolabs.com/privacy-policy |
対応言語 | 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" ] } ] } |