Google Music Lyrics
Toggle lyrics panel inside Google Music for the current playing song
Google Music Lyrics란 무엇입니까?
Google Music Lyrics은(는) https://code.coolersport.info에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Toggle lyrics panel inside Google Music for the current playing song"입니다.
확장 프로그램 스크린샷
Google Music Lyrics 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is simply a bookmarklet published as a convenient extension for Chrome. You can view the details at http://code.coolersport.info/misc/google-music-lyrics. Once installed, click on the extension button to toggle the lyrics panel inside google music tab. Lyrics are served from http://lyrics.wikia.com where you can add the missing lyrics by yourself.
확장 프로그램 기본 정보
이름 | Google Music Lyrics |
ID | lgajamomkbjmlfajpfhahdocjkcpienh |
공식 URL | https://chromewebstore.google.com/detail/google-music-lyrics/lgajamomkbjmlfajpfhahdocjkcpienh |
설명 | Toggle lyrics panel inside Google Music for the current playing song |
파일 크기 | 27.78 KB |
설치 횟수 | 1,234 |
현재 버전 | 1.2 |
최근 업데이트 | 2015-12-27 |
출시 날짜 | 2015-12-27 |
평점 | 2.00/5 총 3 개의 평점 |
개발자 | https://code.coolersport.info |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://code.coolersport.info/misc/google-music-lyrics/ |
도움말 페이지 URL | http://code.coolersport.info/misc/google-music-lyrics/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Music Lyrics", "short_name": "Music Lyrics", "description": "Toggle lyrics panel inside Google Music for the current playing song", "author": "Tien Tran", "version": "1.2", "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab" ], "browser_action": { "default_title": "Toggle Lyrics for Google Music", "default_icon": "music_sheet.png" }, "manifest_version": 2 } |