Space Live Caption Viewer

View Twitter Space caption

Space Live Caption Viewer란 무엇입니까?

Space Live Caption Viewer은(는) akinori.oyama에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View Twitter Space caption"입니다.

확장 프로그램 스크린샷

screenshot

Space Live Caption Viewer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The extension will show the most part of current live caption in Twitter Space as a preliminary, tentative measure to expand the visible area in a separate area. Version 0.0.1.0 will show all the captions that include previously captioned lines. Version 0.0.1.2 automatically start space and its capturing of caption upon the availability of a space shown as outer circle of Twitter profile. The option is configurable under "Auto start space...".                    

확장 프로그램 기본 정보

이름 Space Live Caption Viewer Space Live Caption Viewer
ID ambiinlkilpoeeolkiklengjdekaihog
공식 URL https://chromewebstore.google.com/detail/space-live-caption-viewer/ambiinlkilpoeeolkiklengjdekaihog
설명 View Twitter Space caption
파일 크기 20.03 KB
설치 횟수 137
현재 버전 0.0.1.2
최근 업데이트 2022-07-05
출시 날짜 2021-12-14
개발자 akinori.oyama
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://akinorioyama.com/live-caption-viewer
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Space Live Caption Viewer",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false,
        "js": "options.js"
    },
    "description": "View Twitter Space caption",
    "version": "0.0.1.2",
    "icons": {
        "128": "icons\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "inject.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "options.js",
                "options.html",
                "icons\/icon_config.png",
                "icons\/icon_show.png"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ],
    "manifest_version": 3
}