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?
Individual Fullscreen for Google Meet是由angeloevan.ane开发的Chrome扩展程序,该扩展的主要功能是“This is an unofficial extension that allows You to make any video source fullscreen in a google meeting.”。
扩展截图
下载Individual Fullscreen for Google Meet扩展crx文件
下载Individual Fullscreen for Google Meet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 😉
扩展基本信息
名称 | Individual Fullscreen for Google Meet |
ID | mkcelnnddmnidbakjahnjchdnapdbjgn |
官方URL | https://chromewebstore.google.com/detail/individual-fullscreen-for/mkcelnnddmnidbakjahnjchdnapdbjgn |
简介 | This is an unofficial extension that allows You to make any video source fullscreen in a google meeting. |
文件大小 | 11.21 KB |
安装次数 | 359 |
当前版本 | 1.0.5 |
更新时间 | 2024-02-25 |
上架时间 | 2022-11-29 |
评分 | 5.00/5 共7次评分 |
开发者 | angeloevan.ane |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/angeloevangelista/google-meet-fullscreen |
帮助页面URL | https://github.com/angeloevangelista/google-meet-fullscreen/issues |
支持的语言 | 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": [] } |