Caption Export
Download WebVTT captions
什么是Caption Export?
Caption Export是由2matto开发的Chrome扩展程序,该扩展的主要功能是“Download WebVTT captions”。
扩展截图
下载Caption Export扩展crx文件
下载Caption Export扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adds a devtools panel to track requests for WebVTT files and allow individual or bulk downloading. 扩展基本信息
| 名称 | |
| ID | dcolahachebcpchbeldjggnhfnchhkek |
| 官方URL | https://chromewebstore.google.com/detail/caption-export/dcolahachebcpchbeldjggnhfnchhkek |
| 简介 | Download WebVTT captions |
| 文件大小 | 58.16 KB |
| 安装次数 | 31 |
| 当前版本 | 0.0.1 |
| 更新时间 | 2023-05-22 |
| 上架时间 | 2023-05-21 |
| 开发者 | 2matto |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Caption Export",
"description": "Download WebVTT captions",
"version": "0.0.1",
"icons": {
"128": "icons\/icon.png"
},
"action": {
"default_icon": {
"32": "icons\/icon.png"
}
},
"devtools_page": "index.html"
} | |