Now Playing on Triple-J
What's playing right now on Triple-J
Now Playing on Triple-Jคืออะไร?
Now Playing on Triple-J เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Paul Dwerryhouse และคุณลักษณะหลักของมันคือ "What's playing right now on Triple-J"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Now Playing on Triple-J
ดาวน์โหลดไฟล์ส่วนขยาย Now Playing on Triple-J ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } ] } |