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文件

下載Chrylics擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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\/"
    ]
}