GrooveControl for Grooveshark

Control your songs playback from any window.

GrooveControl for Groovesharkคืออะไร?

GrooveControl for Grooveshark เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Adauto Leite Neto และคุณลักษณะหลักของมันคือ "Control your songs playback from any window."

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

screenshot
screenshot

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

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

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

                        GrooveControl is a Chrome extension that allows your to control your Grooveshark music playback from any tab or window. Its minimalist look makes it a simple and powerful extension!

More info:
- Display your current playing song
- Play, Pause, Next, Previous buttons
- Open Grooveshark page it's not opened.

Hope you enjoy!                    

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

ชื่อ GrooveControl for Grooveshark GrooveControl for Grooveshark
ID fejapieahmlbaiijccemmhgijkfjomnd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/groovecontrol-for-grooves/fejapieahmlbaiijccemmhgijkfjomnd
คำอธิบาย Control your songs playback from any window.
ขนาดไฟล์ 577 KB
จำนวนการติดตั้ง 79
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2012-07-04
วันที่เผยแพร่ 2012-07-04
คะแนน 1.89/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Adauto Leite Neto
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GrooveControl for Grooveshark",
    "version": "1.2",
    "description": "Control your songs playback from any window.",
    "icons": {
        "64": "imgs\/icon_64x64.png",
        "128": "imgs\/icon_128x128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/grooveshark.com\/*"
    ],
    "browser_action": {
        "default_title": "GrooveControl",
        "default_icon": "imgs\/icon.png",
        "default_popup": "popup.html"
    }
}