Songza2Spotify

Make Spotify playlists from Songza playlists

什麼是Songza2Spotify?

Songza2Spotify是由aloke.desai開發的Chrome擴展程式,該擴展的主要功能是“Make Spotify playlists from Songza playlists”。

擴展截圖

screenshot

下載Songza2Spotify擴展crx文件

下載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
官方網址 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
}