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”。

扩展截图

screenshot
screenshot
screenshot

下载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.                    

扩展基本信息

名称 Closed Caption Mode For Otter Closed Caption Mode For Otter
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.
电子邮箱 [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"
    }
}