Google meet fullscreen
Allows to make screen presentation and camera fullscreen
什么是Google meet fullscreen?
Google meet fullscreen是由damian.rachel开发的Chrome扩展程序,该扩展的主要功能是“Allows to make screen presentation and camera fullscreen”。
扩展截图
下载Google meet fullscreen扩展crx文件
下载Google meet fullscreen扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension will allow you to open screen sharing in fullscreen
扩展基本信息
名称 | Google meet fullscreen |
ID | bankihmomoalkanhbblfgbclhalkndmb |
官方URL | https://chromewebstore.google.com/detail/google-meet-fullscreen/bankihmomoalkanhbblfgbclhalkndmb |
简介 | Allows to make screen presentation and camera fullscreen |
文件大小 | 12.21 KB |
安装次数 | 877 |
当前版本 | 1.0.0 |
更新时间 | 2023-01-11 |
上架时间 | 2023-01-11 |
评分 | 3.00/5 共4次评分 |
开发者 | damian.rachel |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |