Zoom in-out Magnifier for Google Meet
Zoom in and out of shared screens and cameras on Google Meet
Qu'est-ce que Zoom in-out Magnifier for Google Meet ?
Zoom in-out Magnifier for Google Meet est une extension Chrome développée par https://meet-magnifier.recebedor.com, et sa fonction principale est "Zoom in and out of shared screens and cameras on Google Meet".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Zoom in-out Magnifier for Google Meet
Téléchargez les fichiers d'extension Zoom in-out Magnifier for Google Meet 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
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! ;-]
Informations de Base sur l'Extension
Nom | Zoom in-out Magnifier for Google Meet |
ID | jgbngdlfifppkoggkjpcklnkgkaacbpc |
URL Officiel | https://chromewebstore.google.com/detail/zoom-in-out-magnifier-for/jgbngdlfifppkoggkjpcklnkgkaacbpc |
Description | Zoom in and out of shared screens and cameras on Google Meet |
Taille du Fichier | 12.48 KB |
Nombre d'Installations | 10,000 |
Version Actuelle | 1.2.12 |
Dernière Mise à Jour | 2023-09-26 |
Date de Publication | 2022-02-21 |
Évaluation | 5.00/5 Total 30 Évaluations |
Développeur | https://meet-magnifier.recebedor.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://meet-magnifier.recebedor.com/ |
URL de la Page d'Aide | https://www.linkedin.com/in/eletrodomestico/ |
Langues Prises en Charge | 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" } } |