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 |
| Eメール | [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"
]
} | |