Meet view all
Meet view all
O que é Meet view all?
Meet view all é uma extensão do Chrome desenvolvida por Kohsa, e sua principal característica é "Meet view all".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Meet view all
Baixe arquivos de extensão Meet view all 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
Able to see all in meet in one screen To make it work: 1. Ensure that no other grid extensions are active. 2. Change layout to Tiled View. 3. Adjust the slider to Maximum number of videos (49) 4. Set Zoom level of Browser to 75% (use the Ctrl key and “-”) [1.6 Fix] Chat Toggle issue fixed
Informações Básicas da Extensão
Nome | Meet view all |
ID | ncdkpefkincbindoojieajcilimcjaae |
URL Oficial | https://chromewebstore.google.com/detail/meet-view-all/ncdkpefkincbindoojieajcilimcjaae |
Descrição | Meet view all |
Tamanho do Arquivo | 37.81 KB |
Contagem de Instalações | 6,697 |
Versão Atual | 1.6 |
Última Atualização | 2021-03-06 |
Data de Publicação | 2021-02-21 |
Classificação | 3.67/5 Total de 3 Avaliações |
Desenvolvedor | Kohsa |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "author": "", "browser_action": { "default_icon": { "24": "icon24.png", "36": "icon36.png", "48": "icon48.png" }, "default_popup": "popup.html", "default_title": "Meet view all" }, "content_scripts": [ { "js": [ "browser-polyfill.js", "content.js" ], "matches": [ "https:\/\/meet.google.com\/*" ], "run_at": "document_idle" } ], "description": "Meet view all", "icons": { "128": "icon128.png", "24": "icon24.png", "36": "icon36.png", "48": "icon48.png" }, "manifest_version": 2, "name": "Meet view all", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.6", "web_accessible_resources": [ "grid.user.js" ] } |