OKIOLABS Mirror Image Corrector

The OKIOLABS Mirror Image Corrector extension allows you to correct the adjusted image that occurs when using Google Meet.

Qu'est-ce que OKIOLABS Mirror Image Corrector ?

OKIOLABS Mirror Image Corrector est une extension Chrome développée par https://www.okiolabs.com, et sa fonction principale est "The OKIOLABS Mirror Image Corrector extension allows you to correct the adjusted image that occurs when using Google Meet.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension OKIOLABS Mirror Image Corrector

Téléchargez les fichiers d'extension OKIOLABS Mirror Image Corrector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom OKIOLABS Mirror Image Corrector OKIOLABS Mirror Image Corrector
ID jilajkmkggigmofihljmeajphfdphpjl
URL Officiel https://chromewebstore.google.com/detail/okiolabs-mirror-image-cor/jilajkmkggigmofihljmeajphfdphpjl
Description The OKIOLABS Mirror Image Corrector extension allows you to correct the adjusted image that occurs when using Google Meet.
Taille du Fichier 78.92 KB
Nombre d'Installations 3,541
Version Actuelle 1.0.9
Dernière Mise à Jour 2022-04-12
Date de Publication 2022-04-12
Évaluation 3.50/5 Total 2 Évaluations
Développeur https://www.okiolabs.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.okiolabs.com
URL de la Page d'Aide https://okiolabs.zendesk.com/hc/en-us
URL de la Page de Politique de Confidentialité https://okiolabs.com/privacy-policy
Langues Prises en Charge 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"
            ]
        }
    ]
}