Closed Caption Mode For Otter

Big Caption Text Mode + Dark Mode for https://otter.ai Real Time Text Transcription Service

Wat is Closed Caption Mode For Otter?

Closed Caption Mode For Otter is een Chrome-extensie ontwikkeld door Rejhon Technologies Inc., en de belangrijkste functie is "Big Caption Text Mode + Dark Mode for https://otter.ai Real Time Text Transcription Service".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Closed Caption Mode For Otter

Download Closed Caption Mode For Otter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Closed Caption Mode For Otter Closed Caption Mode For Otter
ID mjefaladcieopgnbeicpghdmooklplen
Officiële URL https://chrome.google.com/webstore/detail/closed-caption-mode-for-o/mjefaladcieopgnbeicpghdmooklplen
Beschrijving Big Caption Text Mode + Dark Mode for https://otter.ai Real Time Text Transcription Service
Bestandsgrootte 11.01 KB
Aantal Installaties 2,124
Huidige Versie 1.1.0.0
Laatst Bijgewerkt 2020-10-11
Publicatiedatum 2020-09-01
Ontwikkelaar Rejhon Technologies Inc.
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}