Lyric Plus for Spotify
Spotifyの歌詞表示をもっとかっこよくする試みです。
Lyric Plus for Spotifyคืออะไร?
Lyric Plus for Spotify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย watashi และคุณลักษณะหลักของมันคือ "Spotifyの歌詞表示をもっとかっこよくする試みです。"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lyric Plus for Spotify
ดาวน์โหลดไฟล์ส่วนขยาย Lyric Plus for Spotify ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
https://open.spotify.com/上で機能します。 お好きな曲を選択後、右下のボタンをクリックしてください。 歌詞の情報はSpotify側に依存するため、上手く表示されない曲も存在します。ご了承ください。 1.2.6 (2021/03/20) ・歌詞表示タイミング調整機能を追加 1.2.7 (2021/07/07) ・不具合を修正
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Lyric Plus for Spotify |
ID | enlkccgnagaeinghcdcgpihgdnhmecjm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/lyric-plus-for-spotify/enlkccgnagaeinghcdcgpihgdnhmecjm |
คำอธิบาย | Spotifyの歌詞表示をもっとかっこよくする試みです。 |
ขนาดไฟล์ | 96.82 KB |
จำนวนการติดตั้ง | 69 |
เวอร์ชันปัจจุบัน | 1.2.7 |
อัปเดตครั้งล่าสุด | 2021-07-07 |
วันที่เผยแพร่ | 2021-02-18 |
ผู้พัฒนา | watashi |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lyric Plus for Spotify", "version": "1.2.7", "manifest_version": 2, "description": "Spotify\u306e\u6b4c\u8a5e\u8868\u793a\u3092\u3082\u3063\u3068\u304b\u3063\u3053\u3088\u304f\u3059\u308b\u8a66\u307f\u3067\u3059\u3002", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon128.png", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "permissions": [ "https:\/\/open.spotify.com\/lyrics" ], "content_scripts": [ { "matches": [ "https:\/\/open.spotify.com\/*" ], "css": [ "css\/style.css" ], "js": [ "popup\/jquery.min.js", "js\/anime.min.js", "js\/script.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "img\/minus.png", "img\/plus.png" ] } |