Chrome Captions

Edit the Size of Google Meet Captions

什么是Chrome Captions?

Chrome Captions是由crippit开发的Chrome扩展程序,该扩展的主要功能是“Edit the Size of Google Meet Captions”。

扩展截图

screenshot
screenshot

下载Chrome Captions扩展crx文件

下载Chrome Captions扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Chrome Captions Chrome Captions
ID cokkbanbamfmjfdebhdmgklloijikeho
官方URL https://chromewebstore.google.com/detail/chrome-captions/cokkbanbamfmjfdebhdmgklloijikeho
简介 Edit the Size of Google Meet Captions
文件大小 4.9 KB
安装次数 19
当前版本 0.1.0
更新时间 2022-01-18
上架时间 2022-01-17
开发者 crippit
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.truenorthpd.ca/privacy-policy
支持的语言 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\/*"
    ]
}