Chrylics

This extension shows the lyrics for the currently played song in YouTube/TuneIn Radio

Chrylics란 무엇입니까?

Chrylics은(는) ofekp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension shows the lyrics for the currently played song in YouTube/TuneIn Radio"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        This extension will allow you to instantly view the lyrics of the currently played song in the following sites:
1. YouTube
2. TuneIn Radio

In addition, you can now select a song name and artist in any tab and then just press the extension icon.

Note:
The extension is currently using the site www.azlyrics.com to retrieve the lyrics.

GitHub:
You can contribute to this extension in GitHub from the following link - 
https://github.com/ofekp/chrylics

Enjoy!

Change Log:
1.5.1
--
1. AZ lyrics moved to https
1. Youtube notification number indicator is now removed from the search query
1. Few bugs resolved                    

확장 프로그램 기본 정보

이름 Chrylics Chrylics
ID jejnlhnacbkgpemmccfijojjdhebbbob
공식 URL https://chromewebstore.google.com/detail/chrylics/jejnlhnacbkgpemmccfijojjdhebbbob
설명 This extension shows the lyrics for the currently played song in YouTube/TuneIn Radio
파일 크기 141 KB
설치 횟수 365
현재 버전 1.5.1
최근 업데이트 2017-08-27
출시 날짜 2017-08-27
평점 4.50/5 총 10 개의 평점
개발자 ofekp
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/ofekp/chrylics
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrylics",
    "description": "This extension shows the lyrics for the currently played song in YouTube\/TuneIn Radio",
    "version": "1.5.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Show Lyrics"
    },
    "permissions": [
        "http:\/\/www.azlyrics.com\/",
        "https:\/\/www.azlyrics.com\/",
        "activeTab",
        "tabs",
        "storage",
        "https:\/\/www.googleapis.com\/"
    ]
}