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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        📝  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"
            ]
        }
    ]
}