Meet view all
Meet view all
什么是Meet view all?
Meet view all是由Kohsa开发的Chrome扩展程序,该扩展的主要功能是“Meet view all”。
扩展截图
下载Meet view all扩展crx文件
下载Meet view all扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Meet view all |
ID | ncdkpefkincbindoojieajcilimcjaae |
官方URL | https://chromewebstore.google.com/detail/meet-view-all/ncdkpefkincbindoojieajcilimcjaae |
简介 | Meet view all |
文件大小 | 37.81 KB |
安装次数 | 6,697 |
当前版本 | 1.6 |
更新时间 | 2021-03-06 |
上架时间 | 2021-02-21 |
评分 | 3.67/5 共3次评分 |
开发者 | Kohsa |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |