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ファイルをダウンロード

Space Live Caption Viewer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
}