Space Live Caption Viewer
View Twitter Space caption
O que é Space Live Caption Viewer?
Space Live Caption Viewer é uma extensão do Chrome desenvolvida por akinori.oyama, e sua principal característica é "View Twitter Space caption".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Space Live Caption Viewer
Baixe arquivos de extensão Space Live Caption Viewer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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...".
Informações Básicas da Extensão
Nome | Space Live Caption Viewer |
ID | ambiinlkilpoeeolkiklengjdekaihog |
URL Oficial | https://chromewebstore.google.com/detail/space-live-caption-viewer/ambiinlkilpoeeolkiklengjdekaihog |
Descrição | View Twitter Space caption |
Tamanho do Arquivo | 20.03 KB |
Contagem de Instalações | 137 |
Versão Atual | 0.0.1.2 |
Última Atualização | 2022-07-05 |
Data de Publicação | 2021-12-14 |
Desenvolvedor | akinori.oyama |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://akinorioyama.com/live-caption-viewer |
Idiomas Suportados | 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 } |