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
Eメール [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\/*"
    ]
}