Zoom in-out Magnifier for Google Meet

Zoom in and out of shared screens and cameras on Google Meet

Co je Zoom in-out Magnifier for Google Meet?

Zoom in-out Magnifier for Google Meet je rozšíření Chrome vyvinuté https://meet-magnifier.recebedor.com, a jeho hlavní funkcí je „Zoom in and out of shared screens and cameras on Google Meet“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Zoom in-out Magnifier for Google Meet

Stáhněte si soubory rozšíření Zoom in-out Magnifier for Google Meet ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        You know when someone share their screen on Google Meet and it is barely readable because their screen is too big, so the letters are too small to read?

Well, now you can just zoom in.

Just use your mouse wheel to zoom in and out.

You can also drag and drop the screen you are zooming!

Install, refresh your Google Meet tab and have fun! ;-]                    

Základní Informace o Rozšíření

Název Zoom in-out Magnifier for Google Meet Zoom in-out Magnifier for Google Meet
ID jgbngdlfifppkoggkjpcklnkgkaacbpc
Oficiální URL https://chromewebstore.google.com/detail/zoom-in-out-magnifier-for/jgbngdlfifppkoggkjpcklnkgkaacbpc
Popis Zoom in and out of shared screens and cameras on Google Meet
Velikost souboru 12.48 KB
Počet instalací 10,000
Aktuální Verze 1.2.12
Poslední Aktualizace 2023-09-26
Datum Vydání 2022-02-21
Hodnocení 5.00/5 Celkem 30 Hodnocení
Vývojář https://meet-magnifier.recebedor.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://meet-magnifier.recebedor.com/
URL Stránky Nápovědy https://www.linkedin.com/in/eletrodomestico/
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zoom in-out Magnifier for Google Meet",
    "description": "Zoom in and out of shared screens and cameras on Google Meet",
    "version": "1.2.12",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "icons": {
        "16": "magnifier16.png",
        "32": "magnifier32.png",
        "128": "magnifier128.png"
    }
}