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.”。

擴展截圖

screenshot

下載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 Individual Fullscreen for Google Meet
ID mkcelnnddmnidbakjahnjchdnapdbjgn
官方網址 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": []
}