Youtube Caption Search

Look up the timestamp current keyword

Youtube Caption Search란 무엇입니까?

Youtube Caption Search은(는) jhk.james1110에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Look up the timestamp current keyword"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Youtube Caption Search 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Youtube Caption Search Youtube Caption Search
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"
    ]
}