Match Audio
Match Audio makes sharing from music services better.
Match Audio란 무엇입니까?
Match Audio은(는) http://match.audio에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Match Audio makes sharing from music services better."입니다.
확장 프로그램 스크린샷
Match Audio 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Make sharing from music services better. We match album and track links from Rdio, Spotify, Deezer, Groove Music, Google Music and iTunes and give you back a link with all of them. It even tries to find matches on Youtube for people who don't use one of our supported services. With the Match Audio Chrome extension, a magenta-coloured icon appears on the address bar for compatible sites. Just click it and the matching music will open in a new tab. New: Inline support for sharing from Google Play Music. Just use the inline share dialog and click the share button, see the screenshots for an example. Supported sites: * Deezer * Google Music * Rdio * Spotify * Groove Music * iTunes
확장 프로그램 기본 정보
이름 | |
ID | kjfpkmfgcflggjaldcfnoppjlpnidolk |
공식 URL | https://chrome.google.com/webstore/detail/match-audio/kjfpkmfgcflggjaldcfnoppjlpnidolk |
설명 | Match Audio makes sharing from music services better. |
파일 크기 | 194 KB |
설치 횟수 | 296 |
현재 버전 | 0.3.1 |
최근 업데이트 | 2015-11-30 |
출시 날짜 | 2015-11-30 |
평점 | 3.67/5 총 6 개의 평점 |
개발자 | http://match.audio |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Match Audio", "version": "0.3.1", "description": "Match Audio makes sharing from music services better.", "background": { "persistent": false, "scripts": [ "src\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/play.google.com\/music\/*" ], "js": [ "src\/lib\/selector-listener.js", "src\/google.js" ] } ], "page_action": { "default_icon": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "default_title": "Find matches for this music on Match Audio" }, "permissions": [ "declarativeContent", "https:\/\/play.google.com\/music" ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2 } |