Zoom in-out Magnifier for Google Meet

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

What is Zoom in-out Magnifier for Google Meet?

Zoom in-out Magnifier for Google Meet is a Chrome extension developed by https://meet-magnifier.recebedor.com, and its main feature is "Zoom in and out of shared screens and cameras on Google Meet".

Extension Screenshots

screenshot
screenshot

Download Zoom in-out Magnifier for Google Meet Extension CRX File

Download Zoom in-out Magnifier for Google Meet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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! ;-]                    

Extension Basic Information

Name Zoom in-out Magnifier for Google Meet Zoom in-out Magnifier for Google Meet
ID jgbngdlfifppkoggkjpcklnkgkaacbpc
Official URL https://chromewebstore.google.com/detail/zoom-in-out-magnifier-for/jgbngdlfifppkoggkjpcklnkgkaacbpc
Description Zoom in and out of shared screens and cameras on Google Meet
File Size 12.48 KB
Installation Count 10,000
Current Version 1.2.12
Last Updated 2023-09-26
Publish Date 2022-02-21
Rating 5.00/5 Total 30 Ratings
Developer https://meet-magnifier.recebedor.com
Email [email protected]
Payment Type free
Extension Website http://meet-magnifier.recebedor.com/
Help Page URL https://www.linkedin.com/in/eletrodomestico/
Supported Languages 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"
    }
}