Space Live Caption Viewer
View Twitter Space caption
什么是Space Live Caption Viewer?
Space Live Caption Viewer是由akinori.oyama开发的Chrome扩展程序,该扩展的主要功能是“View Twitter Space caption”。
扩展截图
下载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 |
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 } |