Match Audio
Match Audio makes sharing from music services better.
Match Audio là gì?
Match Audio là một tiện ích mở rộng Chrome được phát triển bởi http://match.audio, và tính năng chính của nó là "Match Audio makes sharing from music services better.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Match Audio
Tải xuống các tệp mở rộng Match Audio dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | kjfpkmfgcflggjaldcfnoppjlpnidolk |
URL Chính Thức | https://chrome.google.com/webstore/detail/match-audio/kjfpkmfgcflggjaldcfnoppjlpnidolk |
Mô tả | Match Audio makes sharing from music services better. |
Kích Thước Tệp | 194 KB |
Số Lần Cài Đặt | 296 |
Phiên Bản Hiện Tại | 0.3.1 |
Cập Nhật Lần Cuối | 2015-11-30 |
Ngày Phát Hành | 2015-11-30 |
Đánh Giá | 3.67/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | http://match.audio |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |