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 |
| 官方網址 | 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"
]
} | |