Songza2Spotify

Make Spotify playlists from Songza playlists

Songza2Spotify란 무엇입니까?

Songza2Spotify은(는) aloke.desai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make Spotify playlists from Songza playlists"입니다.

확장 프로그램 스크린샷

screenshot

Songza2Spotify 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}