Google meet fullscreen

Allows to make screen presentation and camera fullscreen

Google meet fullscreenคืออะไร?

Google meet fullscreen เป็นส่วนขยายของ Chrome ที่พัฒนาโดย damian.rachel และคุณลักษณะหลักของมันคือ "Allows to make screen presentation and camera fullscreen"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google meet fullscreen

ดาวน์โหลดไฟล์ส่วนขยาย Google meet fullscreen ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension will allow you to open screen sharing in fullscreen                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Google meet fullscreen Google meet fullscreen
ID bankihmomoalkanhbblfgbclhalkndmb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/google-meet-fullscreen/bankihmomoalkanhbblfgbclhalkndmb
คำอธิบาย Allows to make screen presentation and camera fullscreen
ขนาดไฟล์ 12.21 KB
จำนวนการติดตั้ง 877
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2023-01-11
วันที่เผยแพร่ 2023-01-11
คะแนน 3.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา damian.rachel
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google meet fullscreen",
    "version": "1.0.0",
    "manifest_version": 3,
    "description": "Allows to make screen presentation and camera fullscreen",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "meetFullscreen.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}