Closed Caption Mode For Otter
Big Caption Text Mode + Dark Mode for https://otter.ai Real Time Text Transcription Service
Closed Caption Mode For Otterとは何ですか?
Closed Caption Mode For OtterはRejhon Technologies Inc.によって開発されたChromeの拡張機能で、その主な機能は「Big Caption Text Mode + Dark Mode for https://otter.ai Real Time Text Transcription Service」です。
拡張機能のスクリーンショット
Closed Caption Mode For Otter拡張機能のCRXファイルをダウンロード
Closed Caption Mode For Otter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | mjefaladcieopgnbeicpghdmooklplen |
公式URL | https://chrome.google.com/webstore/detail/closed-caption-mode-for-o/mjefaladcieopgnbeicpghdmooklplen |
説明 | Big Caption Text Mode + Dark Mode for https://otter.ai Real Time Text Transcription Service |
ファイルサイズ | 11.01 KB |
インストール数 | 2,124 |
現在のバージョン | 1.1.0.0 |
最終更新日 | 2020-10-11 |
公開日 | 2020-09-01 |
開発者 | Rejhon Technologies Inc. |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" } } |