Closed Caption Mode For Otter
Big Caption Text Mode + Dark Mode for https://otter.ai Real Time Text Transcription Service
Apa itu Closed Caption Mode For Otter?
Closed Caption Mode For Otter adalah ekstensi Chrome yang dikembangkan oleh Rejhon Technologies Inc., dan fitur utamanya adalah "Big Caption Text Mode + Dark Mode for https://otter.ai Real Time Text Transcription Service".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Closed Caption Mode For Otter
Unduh file ekstensi Closed Caption Mode For Otter 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
Closed Captioning Mode for Otter.ai For users of Otter.ai Real-Time Text Transcription Service. Adds a "Large Text Mode" + "Dark Theme" to the otherwise small Otter text. - Works with free & personal Otter accounts; - Dark Theme; - Chrome Zoom Friendly, set preferred text size; - Full Screen Friendly; - Automatic start to captioning by clicking "CC" button; - Quick Microphone Configure (right-click chrome extension icon) Also ideal with a virtual audio cable app (VB-AUDIO, Loopback) to real-time caption FaceTime calls, Google Meet, Zoom, Facebook Messenger, Skype, Twitch. Link to instructions available via right-clicking on Chrome extension.
Informasi Dasar Ekstensi
Nama | |
ID | mjefaladcieopgnbeicpghdmooklplen |
URL Resmi | https://chrome.google.com/webstore/detail/closed-caption-mode-for-o/mjefaladcieopgnbeicpghdmooklplen |
Deskripsi | Big Caption Text Mode + Dark Mode for https://otter.ai Real Time Text Transcription Service |
Ukuran File | 11.01 KB |
Jumlah Instalasi | 2,124 |
Versi Saat Ini | 1.1.0.0 |
Terakhir Diperbarui | 2020-10-11 |
Tanggal Publikasi | 2020-09-01 |
Pengembang | Rejhon Technologies Inc. |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Closed Caption Mode For Otter", "version": "1.1.0.0", "description": "Big Caption Text Mode + Dark Mode for https:\/\/otter.ai Real Time Text Transcription Service", "permissions": [ "tabs", "activeTab", "contextMenus", "*:\/\/otter.ai\/*" ], "browser_action": { "default_title": "Launch Otter" }, "background": { "scripts": [ "otter-bigtext-menu.js" ], "persistent": false }, "web_accessible_resources": [ "otter-bigtext.css" ], "content_scripts": [ { "matches": [ "*:\/\/otter.ai\/*" ], "css": [ "otter-bigtext.css" ], "js": [ "otter-bigtext.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |