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 to jest Contextual Search for YouTube?

Contextual Search for YouTube to rozszerzenie Chrome opracowane przez Gryff, a jego główną funkcją jest „Allows the user search YouTube for a term by highlighting text and selecting 'Search YouTube for...' from the right click menu.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Contextual Search for YouTube

Pobierz pliki rozszerzeń Contextual Search for YouTube w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Contextual Search for YouTube Contextual Search for YouTube
ID aaaaahnmcjcoomdncaekjkjedgagpnln
Oficjalny URL https://chromewebstore.google.com/detail/contextual-search-for-you/aaaaahnmcjcoomdncaekjkjedgagpnln
Opis Allows the user search YouTube for a term by highlighting text and selecting 'Search YouTube for...' from the right click menu.
Rozmiar pliku 13 KB
Liczba instalacji 880
Aktualna Wersja 1.0.0.14
Ostatnia Aktualizacja 2022-07-31
Data Publikacji 2013-12-17
Ocena 4.77/5 Łącznie 13 Oceny
Deweloper Gryff
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}