Closed Caption Mode For Otter

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

Qu'est-ce que Closed Caption Mode For Otter ?

Closed Caption Mode For Otter est une extension Chrome développée par Rejhon Technologies Inc., et sa fonction principale est "Big Caption Text Mode + Dark Mode for https://otter.ai Real Time Text Transcription Service".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Closed Caption Mode For Otter

Téléchargez les fichiers d'extension Closed Caption Mode For Otter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Closed Caption Mode For Otter Closed Caption Mode For Otter
ID mjefaladcieopgnbeicpghdmooklplen
URL Officiel https://chrome.google.com/webstore/detail/closed-caption-mode-for-o/mjefaladcieopgnbeicpghdmooklplen
Description Big Caption Text Mode + Dark Mode for https://otter.ai Real Time Text Transcription Service
Taille du Fichier 11.01 KB
Nombre d'Installations 2,124
Version Actuelle 1.1.0.0
Dernière Mise à Jour 2020-10-11
Date de Publication 2020-09-01
Développeur Rejhon Technologies Inc.
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}