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文件

下載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                    

擴展基本資訊

名稱 Youtube Caption Search Youtube Caption Search
ID alcejjedepbmlebojpoomnelfmicphpp
官方網址 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"
    ]
}