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 |
| Eメール | [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"
]
} | |