Chrome Captions

Edit the Size of Google Meet Captions

Qu'est-ce que Chrome Captions ?

Chrome Captions est une extension Chrome développée par crippit, et sa fonction principale est "Edit the Size of Google Meet Captions".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Chrome Captions

Téléchargez les fichiers d'extension Chrome Captions au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Chrome Captions Chrome Captions
ID cokkbanbamfmjfdebhdmgklloijikeho
URL Officiel https://chromewebstore.google.com/detail/chrome-captions/cokkbanbamfmjfdebhdmgklloijikeho
Description Edit the Size of Google Meet Captions
Taille du Fichier 4.9 KB
Nombre d'Installations 19
Version Actuelle 0.1.0
Dernière Mise à Jour 2022-01-18
Date de Publication 2022-01-17
Développeur crippit
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.truenorthpd.ca/privacy-policy
Langues Prises en Charge 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\/*"
    ]
}