Subtitle Converter by Vocalmatic
Convert subtitle and caption files into other subtitle formats! SRT, VTT, SMI, DXFP and more.
什么是Subtitle Converter by Vocalmatic?
Subtitle Converter by Vocalmatic是由Automatic Transcription by Vocalmatic开发的Chrome扩展程序,该扩展的主要功能是“Convert subtitle and caption files into other subtitle formats! SRT, VTT, SMI, DXFP and more.”。
扩展截图
下载Subtitle Converter by Vocalmatic扩展crx文件
下载Subtitle Converter by Vocalmatic扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Use our Subtitle Converter to convert your SRT, VTT, SMI, DXFP subtitle / caption files into other formats!
扩展基本信息
名称 | |
ID | cnehpdlliaemdhhjklmbmcgmghodcpcb |
官方URL | https://chrome.google.com/webstore/detail/subtitle-converter-by-voc/cnehpdlliaemdhhjklmbmcgmghodcpcb |
简介 | Convert subtitle and caption files into other subtitle formats! SRT, VTT, SMI, DXFP and more. |
文件大小 | 69.88 KB |
安装次数 | 457 |
当前版本 | 1.0 |
更新时间 | 2019-12-30 |
上架时间 | 2019-12-30 |
评分 | 5.00/5 共3次评分 |
开发者 | Automatic Transcription by Vocalmatic |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://vocalmatic.com/subtitle-converter |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Subtitle Converter by Vocalmatic", "description": "Convert subtitle and caption files into other subtitle formats! SRT, VTT, SMI, DXFP and more.", "version": "1.0", "browser_action": { "default_icon": "subtitle-converter-icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ] } |