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 |
| 官方網址 | 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"
]
} | |