YouTube Music Selection Search
Search for selected text in YouTube Music.
YouTube Music Selection Searchとは何ですか?
YouTube Music Selection Searchはdarmarcoによって開発されたChromeの拡張機能で、その主な機能は「Search for selected text in YouTube Music.」です。
拡張機能のスクリーンショット
YouTube Music Selection Search拡張機能のCRXファイルをダウンロード
YouTube Music Selection Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Use the context menu to search for YouTube Music from text selected on a web page. 拡張機能の基本情報
| 名前 | |
| ID | ihiboenbgflbaccgopgfkoeacabceiie |
| 公式URL | https://chromewebstore.google.com/detail/youtube-music-selection-s/ihiboenbgflbaccgopgfkoeacabceiie |
| 説明 | Search for selected text in YouTube Music. |
| ファイルサイズ | 15.85 KB |
| インストール数 | 37 |
| 現在のバージョン | 0.0.3 |
| 最終更新日 | 2021-10-03 |
| 公開日 | 2021-08-08 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | darmarco |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://www.darylmarco.com/ |
| ヘルプページのURL | http://www.darylmarco.com/ |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "YouTube Music Selection Search",
"version": "0.0.3",
"description": "Search for selected text in YouTube Music.",
"permissions": [
"contextMenus"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_icon": "images\/icon.png"
},
"icons": {
"16": "images\/icon.png",
"32": "images\/icon.png",
"48": "images\/icon.png",
"128": "images\/icon.png"
}
} | |