Captioner
Get subtitles/captions for any video/audio being played.
什么是Captioner?
Captioner是由patil.gajananps开发的Chrome扩展程序,该扩展的主要功能是“Get subtitles/captions for any video/audio being played.”。
扩展截图
下载Captioner扩展crx文件
下载Captioner扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Displays subtitles for system/app/tab's audio on active tab. Uses Deepgram's transcription service.
For more information :-
https://github.com/gajananpp/captioner 扩展基本信息
| 名称 | |
| ID | gjcdikfmiodlggkpnllcjbffjfbhfnnn |
| 官方URL | https://chromewebstore.google.com/detail/captioner/gjcdikfmiodlggkpnllcjbffjfbhfnnn |
| 简介 | Get subtitles/captions for any video/audio being played. |
| 文件大小 | 231 KB |
| 安装次数 | 193 |
| 当前版本 | 0.0.1 |
| 更新时间 | 2022-04-05 |
| 上架时间 | 2022-04-05 |
| 开发者 | patil.gajananps |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/gajananpp/captioner |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Captioner",
"version": "0.0.1",
"description": "Get subtitles\/captions for any video\/audio being played.",
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "action.html"
},
"icons": {
"16": "logo.png",
"32": "logo.png",
"48": "logo.png",
"128": "logo.png",
"256": "logo.png"
},
"permissions": [
"activeTab",
"scripting"
]
} | |