Meet view all
Meet view all
Co to jest Meet view all?
Meet view all to rozszerzenie Chrome opracowane przez Kohsa, a jego główną funkcją jest „Meet view all”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Meet view all
Pobierz pliki rozszerzeń Meet view all w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Meet view all |
ID | ncdkpefkincbindoojieajcilimcjaae |
Oficjalny URL | https://chromewebstore.google.com/detail/meet-view-all/ncdkpefkincbindoojieajcilimcjaae |
Opis | Meet view all |
Rozmiar pliku | 37.81 KB |
Liczba instalacji | 6,697 |
Aktualna Wersja | 1.6 |
Ostatnia Aktualizacja | 2021-03-06 |
Data Publikacji | 2021-02-21 |
Ocena | 3.67/5 Łącznie 3 Oceny |
Deweloper | Kohsa |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |