Youtube Caption Search

Look up the timestamp current keyword

Co je Youtube Caption Search?

Youtube Caption Search je rozšíření Chrome vyvinuté jhk.james1110, a jeho hlavní funkcí je „Look up the timestamp current keyword“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Youtube Caption Search

Stáhněte si soubory rozšíření Youtube Caption Search ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Youtube Caption Search Youtube Caption Search
ID alcejjedepbmlebojpoomnelfmicphpp
Oficiální URL https://chromewebstore.google.com/detail/youtube-caption-search/alcejjedepbmlebojpoomnelfmicphpp
Popis Look up the timestamp current keyword
Velikost souboru 20.72 KB
Počet instalací 104
Aktuální Verze 1.0.0
Poslední Aktualizace 2021-07-01
Datum Vydání 2021-06-30
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář jhk.james1110
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/youtube-caption/youtube-caption-search.git
Podporované Jazyky 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"
    ]
}