rank-tunes

get music information(top songs) by itunes search api.

rank-tunesคืออะไร?

rank-tunes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nakamura.shuta และคุณลักษณะหลักของมันคือ "get music information(top songs) by itunes search api."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย rank-tunes

ดาวน์โหลดไฟล์ส่วนขยาย rank-tunes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        iTunes search apiをつかって任意の数/ジャンルのtop songsを取得します。
取得したレコードを選択すると、試聴を開始します。
その後自動的に次の曲へ移動します。                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ rank-tunes rank-tunes
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"
    ]
}