Last.fm
Extension that makes a mini version of Last.fm in Chrome. Shows your recommended artists/events, friends, recently played tracks,…
Last.fmとは何ですか?
Last.fmはredheadによって開発されたChromeの拡張機能で、その主な機能は「Extension that makes a mini version of Last.fm in Chrome. Shows your recommended artists/events, friends, recently played tracks,…」です。
拡張機能のスクリーンショット
Last.fm拡張機能のCRXファイルをダウンロード
Last.fm拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Extension that makes a mini version of Last.fm in Chrome. Shows your recommended artists/events, friends, recently played tracks, upcoming events and top artists. Notifies you about upcoming events by changing the icon. *It doesn't play any music.* You can search for artist/album/track titles which will popup with most relevant results. You can express "love" for track.
拡張機能の基本情報
名前 | |
ID | llnaedjamgkhniabahfmpemmbclcnllc |
公式URL | https://chrome.google.com/webstore/detail/lastfm/llnaedjamgkhniabahfmpemmbclcnllc |
説明 | Extension that makes a mini version of Last.fm in Chrome. Shows your recommended artists/events, friends, recently played tracks,… |
ファイルサイズ | 136 KB |
インストール数 | 5,126 |
現在のバージョン | 0.7.3 |
最終更新日 | 2013-06-25 |
公開日 | 2013-06-25 |
評価 | 3.50/5 合計 115 レビュー |
開発者 | redhead |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "manifest_version": 2, "background": { "page": "background.html" }, "browser_action": { "default_icon": "images\/default.png", "default_title": "Last.fm", "default_popup": "popup.html" }, "icons": { "128": "icon128.png", "32": "icon32.png", "48": "icon48.png" }, "name": "Last.fm", "permissions": [ "http:\/\/ws.audioscrobbler.com\/", "http:\/\/www.last.fm\/", "tabs" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.7.3" } |