Now Playing on Triple-J
What's playing right now on Triple-J
Now Playing on Triple-J란 무엇입니까?
Now Playing on Triple-J은(는) Paul Dwerryhouse에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "What's playing right now on Triple-J"입니다.
확장 프로그램 스크린샷
Now Playing on Triple-J 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Now-Playing-on-Triple-J Chrome extension is the best way to tell at a glance, what song is playing right now on Australia's youth radio station, Triple-J, when they are broadcasting from their Sydney studios. Features: * Displays title, artist and album of the song currently playing * Details of the previously played song * Convenient link to the artist's information on Wikipedia * Links to purchase the song or album on Amazon and iTunes Caveats: * Song information is not available when Triple-J uses studios in other locations in Australia.
확장 프로그램 기본 정보
이름 | Now Playing on Triple-J |
ID | gfgpmokhndmgkbbomhpihphogpinlcmd |
공식 URL | https://chromewebstore.google.com/detail/now-playing-on-triple-j/gfgpmokhndmgkbbomhpihphogpinlcmd |
설명 | What's playing right now on Triple-J |
파일 크기 | 83.26 KB |
설치 횟수 | 105 |
현재 버전 | 1.3 |
최근 업데이트 | 2012-12-14 |
출시 날짜 | 2012-12-13 |
평점 | 4.75/5 총 4 개의 평점 |
개발자 | Paul Dwerryhouse |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Now Playing on Triple-J", "version": "1.3", "description": "What's playing right now on Triple-J", "options_page": "options.html", "manifest_version": 2, "icons": { "16": "icon16.png", "32": "icon32.png", "64": "icon64.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon19.png", "default_popup": "popup.html", "default_title": "Now Playing on Triple-J" }, "permissions": [ "http:\/\/www.abc.net.au\/triplej\/feeds\/playout\/triplej_sydney_playout.xml", "http:\/\/itunes.apple.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/www.abc.net.au\/triplej\/feeds\/playout\/triplej_sydney_playout.xml" ], "css": [ "style.css" ] } ] } |