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" ] } |