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. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Big Caption Text Mode + Dark Mode for https://otter.ai Real Time Text Transcription Service"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Closed Caption Mode For Otter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}