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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |