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 |
官方網址 | 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 } |