Zoom in-out Magnifier for Google Meet
Zoom in and out of shared screens and cameras on Google Meet
Cos'è Zoom in-out Magnifier for Google Meet?
Zoom in-out Magnifier for Google Meet è un'estensione di Chrome sviluppata da https://meet-magnifier.recebedor.com, e la sua funzione principale è "Zoom in and out of shared screens and cameras on Google Meet".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Zoom in-out Magnifier for Google Meet
Scarica i file di estensione Zoom in-out Magnifier for Google Meet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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! ;-]
Informazioni di Base sull'Estensione
Nome | Zoom in-out Magnifier for Google Meet |
ID | jgbngdlfifppkoggkjpcklnkgkaacbpc |
URL Ufficiale | https://chromewebstore.google.com/detail/zoom-in-out-magnifier-for/jgbngdlfifppkoggkjpcklnkgkaacbpc |
Descrizione | Zoom in and out of shared screens and cameras on Google Meet |
Dimensione del File | 12.48 KB |
Conteggio Installazioni | 10,000 |
Versione Corrente | 1.2.12 |
Ultimo Aggiornamento | 2023-09-26 |
Data di Pubblicazione | 2022-02-21 |
Valutazione | 5.00/5 Totale 30 Valutazioni |
Sviluppatore | https://meet-magnifier.recebedor.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://meet-magnifier.recebedor.com/ |
URL della Pagina di Aiuto | https://www.linkedin.com/in/eletrodomestico/ |
Lingue Supportate | 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" } } |