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.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载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 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
电子邮箱 [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"
            ]
        }
    ]
}