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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย angeloevan.ane และคุณลักษณะหลักของมันคือ "This is an unofficial extension that allows You to make any video source fullscreen in a google meeting."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Individual Fullscreen for Google Meet

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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": []
}