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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 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 της επέκτασης OKIOLABS Mirror Image Corrector

Λήψη αρχείων επέκτασης 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"
            ]
        }
    ]
}