Google meet fullscreen
Allows to make screen presentation and camera fullscreen
Co to jest Google meet fullscreen?
Google meet fullscreen to rozszerzenie Chrome opracowane przez damian.rachel, a jego główną funkcją jest „Allows to make screen presentation and camera fullscreen”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Google meet fullscreen
Pobierz pliki rozszerzeń Google meet fullscreen 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
This extension will allow you to open screen sharing in fullscreen Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | bankihmomoalkanhbblfgbclhalkndmb |
| Oficjalny URL | https://chromewebstore.google.com/detail/google-meet-fullscreen/bankihmomoalkanhbblfgbclhalkndmb |
| Opis | Allows to make screen presentation and camera fullscreen |
| Rozmiar pliku | 12.21 KB |
| Liczba instalacji | 877 |
| Aktualna Wersja | 1.0.0 |
| Ostatnia Aktualizacja | 2023-01-11 |
| Data Publikacji | 2023-01-11 |
| Ocena | 3.00/5 Łącznie 4 Oceny |
| Deweloper | damian.rachel |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Google meet fullscreen",
"version": "1.0.0",
"manifest_version": 3,
"description": "Allows to make screen presentation and camera fullscreen",
"content_scripts": [
{
"matches": [
"https:\/\/meet.google.com\/*"
],
"js": [
"meetFullscreen.js"
],
"run_at": "document_idle"
}
],
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |