Zoom in-out Magnifier for Google Meet
Zoom in and out of shared screens and cameras on Google Meet
Co to jest Zoom in-out Magnifier for Google Meet?
Zoom in-out Magnifier for Google Meet to rozszerzenie Chrome opracowane przez https://meet-magnifier.recebedor.com, a jego główną funkcją jest „Zoom in and out of shared screens and cameras on Google Meet”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Zoom in-out Magnifier for Google Meet
Pobierz pliki rozszerzeń Zoom in-out Magnifier for Google Meet w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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! ;-]
Podstawowe informacje o rozszerzeniu
Nazwa | Zoom in-out Magnifier for Google Meet |
ID | jgbngdlfifppkoggkjpcklnkgkaacbpc |
Oficjalny URL | https://chromewebstore.google.com/detail/zoom-in-out-magnifier-for/jgbngdlfifppkoggkjpcklnkgkaacbpc |
Opis | Zoom in and out of shared screens and cameras on Google Meet |
Rozmiar pliku | 12.48 KB |
Liczba instalacji | 10,000 |
Aktualna Wersja | 1.2.12 |
Ostatnia Aktualizacja | 2023-09-26 |
Data Publikacji | 2022-02-21 |
Ocena | 5.00/5 Łącznie 30 Oceny |
Deweloper | https://meet-magnifier.recebedor.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://meet-magnifier.recebedor.com/ |
Adres URL Strony Pomocy | https://www.linkedin.com/in/eletrodomestico/ |
Obsługiwane Języki | 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" } } |