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ファイルをダウンロード
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" ] } ] } |