GrooveControl for Grooveshark
Control your songs playback from any window.
GrooveControl for Grooveshark란 무엇입니까?
GrooveControl for Grooveshark은(는) Adauto Leite Neto에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Control your songs playback from any window."입니다.
확장 프로그램 스크린샷
GrooveControl for Grooveshark 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } } |