Fix Meet
Functional and styling improvements to Google Meet.
Wat is Fix Meet?
Fix Meet is een Chrome-extensie ontwikkeld door Andy Braren, en de belangrijkste functie is "Functional and styling improvements to Google Meet.".
Extensie Screenshots
Download het CRX-bestand van de extensie Fix Meet
Download Fix Meet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension improves the experience of using Google Meet by: - Making the footer's controls always visible and translucent - Adding push-to-talk and mic toggle functionality via the spacebar
Basisinformatie over de Extensie
Naam | Fix Meet |
ID | bijmnmmogdkbljbabmjaakneldgndljp |
Officiële URL | https://chromewebstore.google.com/detail/fix-meet/bijmnmmogdkbljbabmjaakneldgndljp |
Beschrijving | Functional and styling improvements to Google Meet. |
Bestandsgrootte | 5.03 KB |
Aantal Installaties | 46 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2021-02-06 |
Publicatiedatum | 2021-02-05 |
Beoordeling | 5.00/5 Totaal 7 Beoordelingen |
Ontwikkelaar | Andy Braren |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://andybraren.com/tools/google-meet-fixer.html |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fix Meet", "description": "Functional and styling improvements to Google Meet.", "version": "1.4", "manifest_version": 3, "content_scripts": [ { "js": [ "script.js" ], "matches": [ "https:\/\/meet.google.com\/*" ] } ], "background": { "service_worker": "script.js" } } |