YouTube Quick Search
Search on YouTube No need to tediously open a new tab or window to search a highlighted word/text on YouTube. Just use this…
YouTube Quick Searchとは何ですか?
YouTube Quick Searchはafkdev8によって開発されたChromeの拡張機能で、その主な機能は「Search on YouTube No need to tediously open a new tab or window to search a highlighted word/text on YouTube. Just use this…」です。
拡張機能のスクリーンショット
YouTube Quick Search拡張機能のCRXファイルをダウンロード
YouTube Quick Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Search on YouTube No need to tediously open a new tab or window to search a highlighted word/text on YouTube. Just use this extension! 1) Mark any text in your browser 2) Right-click on it 3) Press "Search on YouTube" Contact: [email protected]
拡張機能の基本情報
名前 | YouTube Quick Search |
ID | algmmcbdjmplgjmligafamelebkahfhh |
公式URL | https://chromewebstore.google.com/detail/youtube-quick-search/algmmcbdjmplgjmligafamelebkahfhh |
説明 | Search on YouTube No need to tediously open a new tab or window to search a highlighted word/text on YouTube. Just use this… |
ファイルサイズ | 11.68 KB |
インストール数 | 60 |
現在のバージョン | 2.0 |
最終更新日 | 2023-12-06 |
公開日 | 2020-03-16 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | afkdev8 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://afkdev8.vercel.app/ |
ヘルプページのURL | https://github.com/mrinfinidy/YouTubeSearch |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Quick Search", "version": "2.0", "permissions": [ "contextMenus" ], "background": { "service_worker": "service-worker.js" }, "action": { "default_icon": "icon.png" }, "icons": { "16": "icon16.png", "128": "icon128.png" } } |