Contextual Search for YouTube

Allows the user search YouTube for a term by highlighting text and selecting 'Search YouTube for...' from the right click menu.

Co je Contextual Search for YouTube?

Contextual Search for YouTube je rozšíření Chrome vyvinuté Gryff, a jeho hlavní funkcí je „Allows the user search YouTube for a term by highlighting text and selecting 'Search YouTube for...' from the right click menu.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Contextual Search for YouTube

Stáhněte si soubory rozšíření Contextual Search for YouTube 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í

                        A very simple extension that allows the user to search for a term in YouTube simply by selecting text, right clicking and selecting "Search YouTube for..." from the contextual menu. Easy to use. Nothing extra.                    

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

Název Contextual Search for YouTube Contextual Search for YouTube
ID aaaaahnmcjcoomdncaekjkjedgagpnln
Oficiální URL https://chromewebstore.google.com/detail/contextual-search-for-you/aaaaahnmcjcoomdncaekjkjedgagpnln
Popis Allows the user search YouTube for a term by highlighting text and selecting 'Search YouTube for...' from the right click menu.
Velikost souboru 13 KB
Počet instalací 880
Aktuální Verze 1.0.0.14
Poslední Aktualizace 2022-07-31
Datum Vydání 2013-12-17
Hodnocení 4.77/5 Celkem 13 Hodnocení
Vývojář Gryff
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Contextual Search for YouTube",
    "background": {
        "service_worker": "searchyoutube.js"
    },
    "description": "Allows the user search YouTube for a term by highlighting text and selecting 'Search YouTube for...' from the right click menu.",
    "icons": {
        "16": "SmallIcon.png",
        "48": "MediumIcon.png"
    },
    "version": "1.0.0.14",
    "permissions": [
        "contextMenus"
    ]
}