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 |
官方網址 | 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" ] } |