Play Genius
Adds lyrics from Genius to Google Play Music
Play Geniusคืออะไร?
Play Genius เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rab Rennie และคุณลักษณะหลักของมันคือ "Adds lyrics from Genius to Google Play Music"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Play Genius
ดาวน์โหลดไฟล์ส่วนขยาย Play Genius ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds a lyrics button next to the queue button in Google Play Music. Lyrics from Genius.com open in google play music and allow you to click on annotated lyrics to view their meaning. Changelog v1.1.0 Added options menu and themes v1.0.7 Lyrics button is now grey when no song is playing. Lyrics button now has a tooltip. Thanks to /u/StargateCommand on reddit for the suggestions. v1.0.6 Open animation now plays correctly v1.0.5 No longer stops displaying randomly v1.0.4 Extension now loads if the tab is opened in the background v1.0.3 Lyrics now close properly v1.0.2 Music queue now closes if open Improved look v1.0.1 Lyrics button now changes to orange like the queue button when lyrics are open v1.0.0 Initial Release Icon made by Elegant Themes from www.flaticon.com Lyrics provided by Genius.com.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | khlghnjfjflnecmoildkjfoaenhgnegm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/play-genius/khlghnjfjflnecmoildkjfoaenhgnegm |
คำอธิบาย | Adds lyrics from Genius to Google Play Music |
ขนาดไฟล์ | 694 KB |
จำนวนการติดตั้ง | 247 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2016-07-02 |
วันที่เผยแพร่ | 2016-07-02 |
คะแนน | 4.00/5 รวมทั้งหมด 22 คะแนน |
ผู้พัฒนา | Rab Rennie |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Play Genius", "version": "1.1.0", "manifest_version": 2, "description": "Adds lyrics from Genius to Google Play Music", "homepage_url": "http:\/\/extensionizr.com", "options_page": "src\/options\/index.html", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "web_accessible_resources": [ "src\/inject\/interface.svg" ], "permissions": [ "https:\/\/play.google.com\/*", "https:\/\/api.genius.com\/*", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/play.google.com\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/play.google.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |