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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
    ]
}