SongSearch
Karoke Party Time! Search both YouTube and Ultimate-Guitar.com for Karaoke Songs and Guitar Chords
SongSearchとは何ですか?
SongSearchはmattbevによって開発されたChromeの拡張機能で、その主な機能は「Karoke Party Time! Search both YouTube and Ultimate-Guitar.com for Karaoke Songs and Guitar Chords」です。
拡張機能のスクリーンショット
SongSearch拡張機能のCRXファイルをダウンロード
SongSearch拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Karoke Party Time! This extension lets you pull up a karokee version of a song from YouTube on one tab and the Guitar Chords for that song on another tab so you can play along with the Karokee Song. Search both YouTube and Ultimate-Guitar.com for Karaoke Songs and Guitar Chords. Just type in "ss" to pull up the search for SongSearc (SS) then type in the song you want to play! 拡張機能の基本情報
| 名前 | |
| ID | hljcedmfdnifngnnilbdkmhnnimcodnf |
| 公式URL | https://chromewebstore.google.com/detail/songsearch/hljcedmfdnifngnnilbdkmhnnimcodnf |
| 説明 | Karoke Party Time! Search both YouTube and Ultimate-Guitar.com for Karaoke Songs and Guitar Chords |
| ファイルサイズ | 56.02 KB |
| インストール数 | 66 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2023-10-25 |
| 公開日 | 2022-11-20 |
| 開発者 | mattbev |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SongSearch",
"version": "1.0",
"manifest_version": 3,
"description": "Karoke Party Time! Search both YouTube and Ultimate-Guitar.com for Karaoke Songs and Guitar Chords",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"options_page": "options.html",
"background": {
"service_worker": "background.js",
"type": "module"
},
"permissions": [
"tabs",
"storage"
],
"host_permissions": [
" | |