Grid Mode for Google Meet

Quick access to Google Meet and change layout during the chat with one click

Τι είναι το Grid Mode for Google Meet;

Το Grid Mode for Google Meet είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Fred Pruitt, και η κύρια λειτουργία του είναι "Quick access to Google Meet and change layout during the chat with one click".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Grid Mode for Google Meet

Λήψη αρχείων επέκτασης Grid Mode for Google Meet σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        If you use the popular chat often, so you definitely love the extension. It enhance your exterience and allows to open Google Meet in one click using icon. Change layout of meetings' participants easily during the chat. Simple button allows you to set grid view without opening settings. You can also switch the layout back by clicking the same button. It helps to set tiled mode for google meet quickly and without additional interruption from the chatting.

We add a button as with a native design that enable grid mode for Goggle meet. As well the second click returns to original layout.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Grid Mode for Google Meet Grid Mode for Google Meet
ID nekgikkcllkpoehepjbckjnobdppbfff
Επίσημο URL https://chrome.google.com/webstore/detail/grid-mode-for-google-meet/nekgikkcllkpoehepjbckjnobdppbfff
Περιγραφή Quick access to Google Meet and change layout during the chat with one click
Μέγεθος Αρχείου 20.43 KB
Αριθμός Εγκαταστάσεων 576,953
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2022-09-08
Ημερομηνία Δημοσίευσης 2021-04-06
Αξιολόγηση 4.35/5 Συνολικά 20 Αξιολογήσεις
Προγραμματιστής Fred Pruitt
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες de,en,ca,da,es,it,pl,pt-PT,sk,sl,fi,el,mr,hi,ta,te,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "*:\/\/*.google.com\/*",
        "storage",
        "cookies"
    ],
    "browser_action": {
        "default_icon": {
            "128": "icons\/icon128.png",
            "256": "icons\/icon256.png",
            "32": "icons\/icon32.png",
            "64": "icons\/icon64.png"
        },
        "default_title": "__MSG_name__"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "js\/switcher.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' ; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png",
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "short_name": "Grid Gl Meet",
    "version": "1.2"
}