Search on YouTube
Search for anything on YouTube by selecting the text and right clicking.
Search on YouTubeとは何ですか?
Search on YouTubeはRyan-EDによって開発されたChromeの拡張機能で、その主な機能は「Search for anything on YouTube by selecting the text and right clicking.」です。
拡張機能のスクリーンショット
Search on YouTube拡張機能のCRXファイルをダウンロード
Search on YouTube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A simple extension for the Google Chrome browser that allows you to search on YouTube by right clicking highlighted text and using the context menu. Similar to how the built in "Search Google for..." context menu item works. 1) Select some text 2) Right click the mouse to open context menu 3) Select "Search YouTube for [your text]" option Icons and logos done by @liamcaindesigns on Instagram.
拡張機能の基本情報
名前 | Search on YouTube |
ID | ebgngjpjlbehmgehnpeckhdhmnoecngd |
公式URL | https://chromewebstore.google.com/detail/search-on-youtube/ebgngjpjlbehmgehnpeckhdhmnoecngd |
説明 | Search for anything on YouTube by selecting the text and right clicking. |
ファイルサイズ | 21.49 KB |
インストール数 | 657 |
現在のバージョン | 1.1 |
最終更新日 | 2021-07-01 |
公開日 | 2021-06-30 |
評価 | 5.00/5 合計 8 レビュー |
開発者 | Ryan-ED |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/Ryan-ED/search-on-youtube-chrome-ext |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Search on YouTube", "description": "Search for anything on YouTube by selecting the text and right clicking.", "version": "1.1", "icons": { "16": "\/icons\/16x16.png", "32": "\/icons\/32x32.png", "48": "\/icons\/48x48.png", "128": "\/icons\/128x128.png", "150": "\/icons\/150x150.png" }, "manifest_version": 3, "background": { "service_worker": "service-worker.js" }, "permissions": [ "contextMenus" ] } |