Caption.Ed

Realtime video transcription

Caption.Ed란 무엇입니까?

Caption.Ed은(는) Caption.Ed에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Realtime video transcription"입니다.

확장 프로그램 스크린샷

screenshot

Caption.Ed 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Provides a live, on-screen captioning and transcription of any video or audio content playing from a webpage. Simply click the extension, select the language and press play and transcription appears instantly.

You'll need a Caption.Ed Lite or Caption.Ed Pro account to use the software which you can set up at www.caption-ed.com

Please note that the browser extension only supports captioning and transcription, it doesn't support note-taking that's available with the Caption.Ed desktop and mobile apps.

Requires credit card details.                    

확장 프로그램 기본 정보

이름 Caption.Ed Caption.Ed
ID aokjakfeailcmenjjgmbcepkfkcfgpie
공식 URL https://chromewebstore.google.com/detail/captioned/aokjakfeailcmenjjgmbcepkfkcfgpie
설명 Realtime video transcription
파일 크기 266 KB
설치 횟수 9,000
현재 버전 1.7.4
최근 업데이트 2024-01-10
출시 날짜 2020-11-17
평점 2.85/5 총 13 개의 평점
개발자 Caption.Ed
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.caption-ed.com
도움말 페이지 URL https://help.caption-ed.com
개인정보 보호 정책 페이지 URL https://caption-ed.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Caption.Ed",
    "description": "Realtime video transcription",
    "version": "1.7.4",
    "permissions": [
        "tabs",
        "tabCapture",
        "activeTab",
        "storage",
        "webRequest",
        "cookies",
        "*:\/\/*.echo360.org.uk\/",
        "*:\/\/*\/*.m3u8*",
        "*:\/\/*\/*.mp4*",
        "*:\/\/*.sentry.io\/",
        "https:\/\/captioned.talk-type.com\/",
        "*:\/\/*.carescribe.io\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/onboard.caption-ed.com\/",
                "https:\/\/captionedonboardingchrome.netlify.app\/",
                "http:\/\/localhost:3002\/"
            ],
            "js": [
                "installationVerifier.bundle.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*.captioned.test\/*",
                "https:\/\/*.talk-type.com\/*",
                "https:\/\/*.carescribe.io\/*",
                "https:\/\/*.caption-ed.com\/*"
            ],
            "js": [
                "autoLoginScript.bundle.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "[email protected]"
    },
    "icons": {
        "16": "[email protected]",
        "48": "[email protected]",
        "128": "[email protected]"
    },
    "commands": {
        "start": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+I"
            },
            "description": "Start Capture"
        },
        "stop": {
            "suggested_key": {
                "default": "Ctrl+Shift+X",
                "mac": "Command+Shift+U"
            },
            "description": "Stop Capture"
        }
    }
}