Play Genius

Adds lyrics from Genius to Google Play Music

Play Genius란 무엇입니까?

Play Genius은(는) Rab Rennie에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds lyrics from Genius to Google Play Music"입니다.

확장 프로그램 스크린샷

screenshot

Play Genius 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Play Genius Play Genius
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"
            ]
        }
    ]
}