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
官方網址 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\/*"
    ]
}