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.
什么是Contextual Search for YouTube?
Contextual Search for YouTube是由Gryff开发的Chrome扩展程序,该扩展的主要功能是“Allows the user search YouTube for a term by highlighting text and selecting 'Search YouTube for...' from the right click menu.”。
扩展截图
下载Contextual Search for YouTube扩展crx文件
下载Contextual Search for YouTube扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | aaaaahnmcjcoomdncaekjkjedgagpnln |
| 官方URL | https://chromewebstore.google.com/detail/contextual-search-for-you/aaaaahnmcjcoomdncaekjkjedgagpnln |
| 简介 | Allows the user search YouTube for a term by highlighting text and selecting 'Search YouTube for...' from the right click menu. |
| 文件大小 | 13 KB |
| 安装次数 | 880 |
| 当前版本 | 1.0.0.14 |
| 更新时间 | 2022-07-31 |
| 上架时间 | 2013-12-17 |
| 评分 | 4.77/5 共13次评分 |
| 开发者 | Gryff |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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"
]
} | |