Youtube Caption Search
Look up the timestamp current keyword
什么是Youtube Caption Search?
Youtube Caption Search是由jhk.james1110开发的Chrome扩展程序,该扩展的主要功能是“Look up the timestamp current keyword”。
扩展截图
下载Youtube Caption Search扩展crx文件
下载Youtube Caption Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
When watching captioned videos on YouTube, it is easy to miss words and very difficult to find the specific time at which that word was used. With this chrome-extension, you can look up your word on the video, and get the timestamped link of that word.
NOTE:
This extension is only supported on YouTube videos that are caption-supported (not-autogenerated).
HOW-TO-USE:
1. Go on any YouTube video that supports non-autogenerated, built-in captions.
2. The default language is either English, or the first options from the captions list supported by the video.
3. To change the caption-language, RIGHT-CLICK for the drop-down menu to pop up.
4. Search, Click, and Watch.
For any questions or problems regarding the extension, please feel free to contact us at:
[email protected]
[email protected]
Version: 1.0.0
Github: https://github.com/youtube-caption/youtube-caption-search.git 扩展基本信息
| 名称 | |
| ID | alcejjedepbmlebojpoomnelfmicphpp |
| 官方URL | https://chromewebstore.google.com/detail/youtube-caption-search/alcejjedepbmlebojpoomnelfmicphpp |
| 简介 | Look up the timestamp current keyword |
| 文件大小 | 20.72 KB |
| 安装次数 | 104 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2021-07-01 |
| 上架时间 | 2021-06-30 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | jhk.james1110 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/youtube-caption/youtube-caption-search.git |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Youtube Caption Search",
"description": "Look up the timestamp current keyword",
"version": "1.0.0",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "index.html"
},
"permissions": [
"tabs"
]
} | |