Space Live Caption Viewer
View Twitter Space caption
Apa itu Space Live Caption Viewer?
Space Live Caption Viewer adalah ekstensi Chrome yang dikembangkan oleh akinori.oyama, dan fitur utamanya adalah "View Twitter Space caption".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Space Live Caption Viewer
Unduh file ekstensi Space Live Caption Viewer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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...".
Informasi Dasar Ekstensi
Nama | Space Live Caption Viewer |
ID | ambiinlkilpoeeolkiklengjdekaihog |
URL Resmi | https://chromewebstore.google.com/detail/space-live-caption-viewer/ambiinlkilpoeeolkiklengjdekaihog |
Deskripsi | View Twitter Space caption |
Ukuran File | 20.03 KB |
Jumlah Instalasi | 137 |
Versi Saat Ini | 0.0.1.2 |
Terakhir Diperbarui | 2022-07-05 |
Tanggal Publikasi | 2021-12-14 |
Pengembang | akinori.oyama |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://akinorioyama.com/live-caption-viewer |
Bahasa yang Didukung | 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 } |