Songza2Spotify

Make Spotify playlists from Songza playlists

Songza2Spotifyคืออะไร?

Songza2Spotify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aloke.desai และคุณลักษณะหลักของมันคือ "Make Spotify playlists from Songza playlists"

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

screenshot

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

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

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

                        Songza2Spotify allows you to download entire Songza playlists into Spotify. Click "Open Current" to open the current song in Spotify and "Open All" to open most of the songs in the playlist in Spotify.

FAQ:

Q: How does it work?
A: Songza2Spotify works by repeatedly sending requests to the Songza API to get the next track and then sending that info to Spotify.

Q: Does clicking "Open All" download the entire playlist?
A: No, after a point Songza starts rate limiting the API requests. However, most of the time it will download anywhere between 40 to 100 of the songs in the current playlist.

Q: How can I contribute?
A: Songza2Spotify is completely open source and can be found at https://github.com/alokedesai/Songza2Spotify                    

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

ชื่อ Songza2Spotify Songza2Spotify
ID iecklmoacjonppcdpaageeeemlefgljn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/iecklmoacjonppcdpaageeeemlefgljn
คำอธิบาย Make Spotify playlists from Songza playlists
ขนาดไฟล์ 50.29 KB
จำนวนการติดตั้ง 97
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2014-10-03
วันที่เผยแพร่ 2014-10-03
คะแนน 3.64/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา aloke.desai
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Songza2Spotify",
    "version": "0.1",
    "description": "Make Spotify playlists from Songza playlists",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/songza.com\/*"
            ],
            "js": [
                "jquery-1.11.1.min.js",
                "main.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}