Individual Fullscreen for Google Meet
This is an unofficial extension that allows You to make any video source fullscreen in a google meeting.
O que é Individual Fullscreen for Google Meet?
Individual Fullscreen for Google Meet é uma extensão do Chrome desenvolvida por angeloevan.ane, e sua principal característica é "This is an unofficial extension that allows You to make any video source fullscreen in a google meeting.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Individual Fullscreen for Google Meet
Baixe arquivos de extensão Individual Fullscreen for Google Meet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
This extension basically enables a fullscreen button when a video source is added on a google meeting, so You can maximize it and pay attention to every detail is being shared with You 😉
Informações Básicas da Extensão
Nome | Individual Fullscreen for Google Meet |
ID | mkcelnnddmnidbakjahnjchdnapdbjgn |
URL Oficial | https://chromewebstore.google.com/detail/individual-fullscreen-for/mkcelnnddmnidbakjahnjchdnapdbjgn |
Descrição | This is an unofficial extension that allows You to make any video source fullscreen in a google meeting. |
Tamanho do Arquivo | 11.21 KB |
Contagem de Instalações | 359 |
Versão Atual | 1.0.5 |
Última Atualização | 2024-02-25 |
Data de Publicação | 2022-11-29 |
Classificação | 5.00/5 Total de 7 Avaliações |
Desenvolvedor | angeloevan.ane |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/angeloevangelista/google-meet-fullscreen |
URL da Página de Ajuda | https://github.com/angeloevangelista/google-meet-fullscreen/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Individual Fullscreen for Google Meet", "description": "This is an unofficial extension that allows You to make any video source fullscreen in a google meeting.", "homepage_url": "https:\/\/github.com\/angeloevangelista\/google-meet-fullscreen", "version": "1.0.5", "manifest_version": 3, "icons": { "16": ".\/icons\/16.png", "48": ".\/icons\/48.png" }, "content_scripts": [ { "run_at": "document_end", "js": [ "enable_fullscreen.js" ], "matches": [ "https:\/\/meet.google.com\/*" ] } ], "permissions": [] } |