Google meet fullscreen

Allows to make screen presentation and camera fullscreen

Google meet fullscreen là gì?

Google meet fullscreen là một tiện ích mở rộng Chrome được phát triển bởi damian.rachel, và tính năng chính của nó là "Allows to make screen presentation and camera fullscreen".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Google meet fullscreen

Tải xuống các tệp mở rộng Google meet fullscreen dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This extension will allow you to open screen sharing in fullscreen                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Google meet fullscreen Google meet fullscreen
ID bankihmomoalkanhbblfgbclhalkndmb
URL Chính Thức https://chromewebstore.google.com/detail/google-meet-fullscreen/bankihmomoalkanhbblfgbclhalkndmb
Mô tả Allows to make screen presentation and camera fullscreen
Kích Thước Tệp 12.21 KB
Số Lần Cài Đặt 877
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-01-11
Ngày Phát Hành 2023-01-11
Đánh Giá 3.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển damian.rachel
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}