Inferhythm
Get Genius lyrics for the track that's currently being played on Spotify.
Inferhythmとは何ですか?
InferhythmはInferhythmによって開発されたChromeの拡張機能で、その主な機能は「Get Genius lyrics for the track that's currently being played on Spotify.」です。
拡張機能のスクリーンショット
Inferhythm拡張機能のCRXファイルをダウンロード
Inferhythm拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Inferhythm helps you find the Genius page for the track you're listening to on Spotify. Within a couple of clicks, you can find the meaning behind the lyrics without having to type out what you're looking for on Genius or Google.
拡張機能の基本情報
名前 | Inferhythm |
ID | oonjmhckklmpaepklgfjlipaoicfcfid |
公式URL | https://chromewebstore.google.com/detail/inferhythm/oonjmhckklmpaepklgfjlipaoicfcfid |
説明 | Get Genius lyrics for the track that's currently being played on Spotify. |
ファイルサイズ | 321 KB |
インストール数 | 38 |
現在のバージョン | 1.0.3 |
最終更新日 | 2020-05-10 |
公開日 | 2020-05-09 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Inferhythm |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Inferhythm", "version": "1.0.3", "description": "Get Genius lyrics for the track that's currently being played on Spotify.", "permissions": [ "identity", "cookies", "https:\/\/accounts.spotify.com\/api\/token", "https:\/\/api.genius.com\/search" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |