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文件
下载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 |
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" } } |