rank-tunes
get music information(top songs) by itunes search api.
rank-tunesとは何ですか?
rank-tunesはnakamura.shutaによって開発されたChromeの拡張機能で、その主な機能は「get music information(top songs) by itunes search api.」です。
拡張機能のスクリーンショット
rank-tunes拡張機能のCRXファイルをダウンロード
rank-tunes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
iTunes search apiをつかって任意の数/ジャンルのtop songsを取得します。 取得したレコードを選択すると、試聴を開始します。 その後自動的に次の曲へ移動します。
拡張機能の基本情報
名前 | |
ID | gicclamjnbcmlccjemdakdockhejhche |
公式URL | https://chrome.google.com/webstore/detail/rank-tunes/gicclamjnbcmlccjemdakdockhejhche |
説明 | get music information(top songs) by itunes search api. |
ファイルサイズ | 139 KB |
インストール数 | 26 |
現在のバージョン | 0.2 |
最終更新日 | 2015-03-05 |
公開日 | 2015-03-05 |
評価 | 2.00/5 合計 1 レビュー |
開発者 | nakamura.shuta |
支払い方法 | free |
対応言語 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "rank-tunes", "description": "get music information(top songs) by itunes search api.", "version": "0.2", "background": { "scripts": [ "js\/jquery-2.0.3.min.js", "js\/background.js" ], "persistent": true }, "permissions": [ "storage", "https:\/\/itunes.apple.com\/" ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "19": "img\/icon48.png", "38": "img\/icon48.png" }, "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "img\/icon128.png" ] } |