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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rejhon Technologies Inc. และคุณลักษณะหลักของมันคือ "Big Caption Text Mode + Dark Mode for https://otter.ai Real Time Text Transcription Service"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Closed Caption Mode For Otter

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}