Spotify lyrics searcher
Opens Google search page with current song as search parameter
Spotify lyrics searcherคืออะไร?
Spotify lyrics searcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sebastiaanjansen.be และคุณลักษณะหลักของมันคือ "Opens Google search page with current song as search parameter"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spotify lyrics searcher
ดาวน์โหลดไฟล์ส่วนขยาย Spotify lyrics searcher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Opens a Google search page with the current song as parameter. Works only with Spotify Web player.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Spotify lyrics searcher |
ID | ffmkmjljpnohoggpphnjddfhcaaaelai |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/spotify-lyrics-searcher/ffmkmjljpnohoggpphnjddfhcaaaelai |
คำอธิบาย | Opens Google search page with current song as search parameter |
ขนาดไฟล์ | 30.06 KB |
จำนวนการติดตั้ง | 161 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2016-08-29 |
วันที่เผยแพร่ | 2016-08-29 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://sebastiaanjansen.be |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Spotify lyrics searcher", "description": "Opens Google search page with current song as search parameter", "version": "1.0", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "tabs", "notifications" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Spotify lyrics searcher" }, "manifest_version": 2 } |