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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The OKIOLABS Mirror Image Corrector extension allows you to correct the adjusted image that occurs when using Google Meet."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में OKIOLABS Mirror Image Corrector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}