Grid Mode for Google Meet

Quick access to Google Meet and change layout during the chat with one click

什麼是Grid Mode for Google Meet?

Grid Mode for Google Meet是由Fred Pruitt開發的Chrome擴展程式,該擴展的主要功能是“Quick access to Google Meet and change layout during the chat with one click”。

擴展截圖

screenshot

下載Grid Mode for Google Meet擴展crx文件

下載Grid Mode for Google Meet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        If you use the popular chat often, so you definitely love the extension. It enhance your exterience and allows to open Google Meet in one click using icon. Change layout of meetings' participants easily during the chat. Simple button allows you to set grid view without opening settings. You can also switch the layout back by clicking the same button. It helps to set tiled mode for google meet quickly and without additional interruption from the chatting.

We add a button as with a native design that enable grid mode for Goggle meet. As well the second click returns to original layout.                    

擴展基本資訊

名稱 Grid Mode for Google Meet Grid Mode for Google Meet
ID nekgikkcllkpoehepjbckjnobdppbfff
官方網址 https://chrome.google.com/webstore/detail/grid-mode-for-google-meet/nekgikkcllkpoehepjbckjnobdppbfff
簡介 Quick access to Google Meet and change layout during the chat with one click
檔案大小 20.43 KB
安裝次數 576,953
目前版本 1.2
更新時間 2022-09-08
上架時間 2021-04-06
評分 4.35/5 共 20 次評分
開發者 Fred Pruitt
付費類型 free
支援的語言 de,en,ca,da,es,it,pl,pt-PT,sk,sl,fi,el,mr,hi,ta,te,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "*:\/\/*.google.com\/*",
        "storage",
        "cookies"
    ],
    "browser_action": {
        "default_icon": {
            "128": "icons\/icon128.png",
            "256": "icons\/icon256.png",
            "32": "icons\/icon32.png",
            "64": "icons\/icon64.png"
        },
        "default_title": "__MSG_name__"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "js\/switcher.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' ; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png",
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "short_name": "Grid Gl Meet",
    "version": "1.2"
}