Caption.Ed
Realtime video transcription
Caption.Ed là gì?
Caption.Ed là một tiện ích mở rộng Chrome được phát triển bởi Caption.Ed, và tính năng chính của nó là "Realtime video transcription".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Caption.Ed
Tải xuống các tệp mở rộng Caption.Ed dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Caption.Ed |
ID | aokjakfeailcmenjjgmbcepkfkcfgpie |
URL Chính Thức | https://chromewebstore.google.com/detail/captioned/aokjakfeailcmenjjgmbcepkfkcfgpie |
Mô tả | Realtime video transcription |
Kích Thước Tệp | 266 KB |
Số Lần Cài Đặt | 9,000 |
Phiên Bản Hiện Tại | 1.7.4 |
Cập Nhật Lần Cuối | 2024-01-10 |
Ngày Phát Hành | 2020-11-17 |
Đánh Giá | 2.85/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | Caption.Ed |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.caption-ed.com |
URL Trang Trợ Giúp | https://help.caption-ed.com |
URL Trang Chính Sách Bảo Mật | https://caption-ed.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } } |