Chrome Captions

Edit the Size of Google Meet Captions

Co to jest Chrome Captions?

Chrome Captions to rozszerzenie Chrome opracowane przez crippit, a jego główną funkcją jest „Edit the Size of Google Meet Captions”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Chrome Captions

Pobierz pliki rozszerzeń Chrome Captions w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Find that the Google Meet Closed Caption text is too large? This extension simply makes the text smaller and reduces the space that they take up on the screen.                    

Podstawowe informacje o rozszerzeniu

Nazwa Chrome Captions Chrome Captions
ID cokkbanbamfmjfdebhdmgklloijikeho
Oficjalny URL https://chromewebstore.google.com/detail/chrome-captions/cokkbanbamfmjfdebhdmgklloijikeho
Opis Edit the Size of Google Meet Captions
Rozmiar pliku 4.9 KB
Liczba instalacji 19
Aktualna Wersja 0.1.0
Ostatnia Aktualizacja 2022-01-18
Data Publikacji 2022-01-17
Deweloper crippit
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.truenorthpd.ca/privacy-policy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrome Captions",
    "version": "0.1.0",
    "description": "Edit the Size of Google Meet Captions",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "https:\/\/meet.google.com\/*"
    ]
}