Caption.Ed

Realtime video transcription

什么是Caption.Ed?

Caption.Ed是由Caption.Ed开发的Chrome扩展程序,该扩展的主要功能是“Realtime video transcription”。

扩展截图

screenshot

下载Caption.Ed扩展crx文件

下载Caption.Ed扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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