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.
Was ist Contextual Search for YouTube?
Contextual Search for YouTube ist eine Chrome-Erweiterung, die von Gryff entwickelt wurde, und ihr Hauptmerkmal ist "Allows the user search YouTube for a term by highlighting text and selecting 'Search YouTube for...' from the right click menu.".
Erweiterungsscreenshots
Contextual Search for YouTube-Erweiterungs-CRX-Datei herunterladen
Laden Sie Contextual Search for YouTube-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | aaaaahnmcjcoomdncaekjkjedgagpnln |
| Offizielle URL | https://chromewebstore.google.com/detail/contextual-search-for-you/aaaaahnmcjcoomdncaekjkjedgagpnln |
| Beschreibung | Allows the user search YouTube for a term by highlighting text and selecting 'Search YouTube for...' from the right click menu. |
| Dateigröße | 13 KB |
| Installationsanzahl | 880 |
| Aktuelle Version | 1.0.0.14 |
| Letztes Update | 2022-07-31 |
| Veröffentlichungsdatum | 2013-12-17 |
| Bewertung | 4.77/5 Insgesamt 13 Bewertungen |
| Entwickler | Gryff |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
} | |