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」です。
拡張機能のスクリーンショット
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 |
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\/" ] } |