SoundQ

SoundCloud Queue

SoundQคืออะไร?

SoundQ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Satya Bodduluri และคุณลักษณะหลักของมันคือ "SoundCloud Queue"

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

screenshot

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

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

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

                        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"
    ]
}