SongSearch

Karoke Party Time! Search both YouTube and Ultimate-Guitar.com for Karaoke Songs and Guitar Chords

SongSearchคืออะไร?

SongSearch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mattbev และคุณลักษณะหลักของมันคือ "Karoke Party Time! Search both YouTube and Ultimate-Guitar.com for Karaoke Songs and Guitar Chords"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SongSearch

ดาวน์โหลดไฟล์ส่วนขยาย 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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SongSearch SongSearch
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
อีเมล [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": [
        ""
    ],
    "minimum_chrome_version": "88",
    "omnibox": {
        "keyword": "ss"
    }
}