Coursera Video Captions
Courseraの動画の字幕を見やすく表示できます
什么是Coursera Video Captions?
Coursera Video Captions是由https://dorasu.com开发的Chrome扩展程序,该扩展的主要功能是“Courseraの動画の字幕を見やすく表示できます”。
扩展截图
下载Coursera Video Captions扩展crx文件
下载Coursera Video Captions扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Courseraの動画の字幕を動画の外に表示することで、動画が字幕で隠れて見にくくなることを回避できます。 扩展基本信息
| 名称 | |
| ID | caklnpbfllfacfiogmmdcnaoaofpdhaa |
| 官方URL | https://chromewebstore.google.com/detail/coursera-video-captions/caklnpbfllfacfiogmmdcnaoaofpdhaa |
| 简介 | Courseraの動画の字幕を見やすく表示できます |
| 文件大小 | 6.88 KB |
| 安装次数 | 74 |
| 当前版本 | 0.1.0 |
| 更新时间 | 2020-10-01 |
| 上架时间 | 2020-09-30 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | https://dorasu.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.dorasu.com/ |
| 支持的语言 | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"content_scripts": [
{
"all_frames": true,
"run_at": "document_end",
"css": [
"coursera_caption.css"
],
"js": [
"coursera_caption.js"
],
"matches": [
"https:\/\/www.coursera.org\/*"
]
}
],
"description": "Coursera\u306e\u52d5\u753b\u306e\u5b57\u5e55\u3092\u898b\u3084\u3059\u304f\u8868\u793a\u3067\u304d\u307e\u3059",
"icons": {
"128": "icon8-6.png"
},
"name": "Coursera Video Captions",
"version": "0.1.0",
"manifest_version": 2
} | |