SoundQ

SoundCloud Queue

SoundQ란 무엇입니까?

SoundQ은(는) Satya Bodduluri에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SoundCloud Queue"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        If you ever wanted to queue songs that you see on SoundCloud, this app is for you! This app allows you to queue songs in SoundCloud. All you have to do is press the button that says "queue" underneath any song that you would like to queue. 

Known Bugs:
 - Soundcloud’s player and queue player aren’t mutually exclusive (Pause SoundCloud before using SoundQ)

Upcoming Features:
 - Move whole queue around page
 - Show more info when hover
 - Add stuff from search to queue
 - Fully functional scrubber
 - mute/volume slider
 - save/store queue                    

확장 프로그램 기본 정보

이름 SoundQ SoundQ
ID cmnpkgmfekalchlmekjnkpaamapaooji
공식 URL https://chromewebstore.google.com/detail/soundq/cmnpkgmfekalchlmekjnkpaamapaooji
설명 SoundCloud Queue
파일 크기 310 KB
설치 횟수 123
현재 버전 1.1
최근 업데이트 2014-02-19
출시 날짜 2014-02-18
평점 4.50/5 총 4 개의 평점
개발자 Satya Bodduluri
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/kowabungappl/SoundQ
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SoundQ",
    "version": "1.1",
    "description": "SoundCloud Queue",
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "homepage_url": "https:\/\/github.com\/kowabungappl\/SoundQ",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/soundcloud.com\/*"
            ],
            "css": [
                "styles\/injector.css"
            ],
            "js": [
                "scripts\/jquery-1.11.0.min.js",
                "scripts\/jquery-ui-1.10.4.custom.js",
                "scripts\/soundmanager2-nodebug-jsmin.js",
                "scripts\/sdk.js",
                "scripts\/jquery.hoverIntent.minified.js",
                "scripts\/injector.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "https:\/\/soundcloud.com\/*"
    ],
    "web_accessible_resources": [
        "menu.html",
        "images\/symbol.png",
        "fonts\/Guifx%20v2%20Transports.ttf"
    ]
}