Individual Fullscreen for Google Meet
This is an unofficial extension that allows You to make any video source fullscreen in a google meeting.
Individual Fullscreen for Google Meet là gì?
Individual Fullscreen for Google Meet là một tiện ích mở rộng Chrome được phát triển bởi angeloevan.ane, và tính năng chính của nó là "This is an unofficial extension that allows You to make any video source fullscreen in a google meeting.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Individual Fullscreen for Google Meet
Tải xuống các tệp mở rộng Individual Fullscreen for Google Meet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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 😉
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Individual Fullscreen for Google Meet |
ID | mkcelnnddmnidbakjahnjchdnapdbjgn |
URL Chính Thức | https://chromewebstore.google.com/detail/individual-fullscreen-for/mkcelnnddmnidbakjahnjchdnapdbjgn |
Mô tả | This is an unofficial extension that allows You to make any video source fullscreen in a google meeting. |
Kích Thước Tệp | 11.21 KB |
Số Lần Cài Đặt | 359 |
Phiên Bản Hiện Tại | 1.0.5 |
Cập Nhật Lần Cuối | 2024-02-25 |
Ngày Phát Hành | 2022-11-29 |
Đánh Giá | 5.00/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | angeloevan.ane |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/angeloevangelista/google-meet-fullscreen |
URL Trang Trợ Giúp | https://github.com/angeloevangelista/google-meet-fullscreen/issues |
Ngôn Ngữ Được Hỗ Trợ | 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": [] } |