Space Live Caption Viewer

View Twitter Space caption

Space Live Caption Viewer là gì?

Space Live Caption Viewer là một tiện ích mở rộng Chrome được phát triển bởi akinori.oyama, và tính năng chính của nó là "View Twitter Space caption".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Space Live Caption Viewer

Tải xuống các tệp mở rộng Space Live Caption Viewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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...".                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Space Live Caption Viewer Space Live Caption Viewer
ID ambiinlkilpoeeolkiklengjdekaihog
URL Chính Thức https://chromewebstore.google.com/detail/space-live-caption-viewer/ambiinlkilpoeeolkiklengjdekaihog
Mô tả View Twitter Space caption
Kích Thước Tệp 20.03 KB
Số Lần Cài Đặt 137
Phiên Bản Hiện Tại 0.0.1.2
Cập Nhật Lần Cuối 2022-07-05
Ngày Phát Hành 2021-12-14
Nhà Phát Triển akinori.oyama
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://akinorioyama.com/live-caption-viewer
Ngôn Ngữ Được Hỗ Trợ 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
}