Meet view all

Meet view all

ما هو Meet view all؟

Meet view all هو إضافة Chrome تم تطويرها بواسطة Kohsa، والميزة الرئيسية لها هي "Meet view all".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Meet view all

قم بتنزيل ملفات الامتداد Meet view all بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Able to see all in meet in one screen

To make it work:

1. Ensure that no other grid extensions are active.
2. Change layout to Tiled View.
3. Adjust the slider to Maximum number of videos (49)
4. Set Zoom level of Browser to 75% (use the Ctrl key and “-”)


[1.6 Fix]
Chat Toggle issue fixed                    

معلومات أساسية عن التمديد

الاسم Meet view all Meet view all
ID ncdkpefkincbindoojieajcilimcjaae
عنوان URL الرسمي https://chromewebstore.google.com/detail/meet-view-all/ncdkpefkincbindoojieajcilimcjaae
الوصف Meet view all
حجم الملف 37.81 KB
عدد التثبيتات 6,697
النسخة الحالية 1.6
آخر تحديث 2021-03-06
تاريخ النشر 2021-02-21
تقييم 3.67/5 مجموع تقييمات 3
المطور Kohsa
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "author": "",
    "browser_action": {
        "default_icon": {
            "24": "icon24.png",
            "36": "icon36.png",
            "48": "icon48.png"
        },
        "default_popup": "popup.html",
        "default_title": "Meet view all"
    },
    "content_scripts": [
        {
            "js": [
                "browser-polyfill.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Meet view all",
    "icons": {
        "128": "icon128.png",
        "24": "icon24.png",
        "36": "icon36.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Meet view all",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.6",
    "web_accessible_resources": [
        "grid.user.js"
    ]
}