CBC Music Keyboard Shortcuts
Control the CBC Music player with the keyboard`.
什么是CBC Music Keyboard Shortcuts?
CBC Music Keyboard Shortcuts是由jskrepnek开发的Chrome扩展程序,该扩展的主要功能是“Control the CBC Music player with the keyboard`.”。
扩展截图
下载CBC Music Keyboard Shortcuts扩展crx文件
下载CBC Music Keyboard Shortcuts扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Keyboard shortcuts to control the CBC Music player. Version 0.2 support the following shortcuts: 'j': previous track of playlist 'k': next track of playlist 'p': toggle play/pause Version 0.1 supports the following shortcuts: 'p': to toggle play/pause That's it.
扩展基本信息
名称 | |
ID | apcdidjncmfgekmkglolgammflpkhiea |
官方URL | https://chromewebstore.google.com/detail/cbc-music-keyboard-shortc/apcdidjncmfgekmkglolgammflpkhiea |
简介 | Control the CBC Music player with the keyboard`. |
文件大小 | 22.62 KB |
安装次数 | 51 |
当前版本 | 0.2 |
更新时间 | 2014-03-17 |
上架时间 | 2014-03-16 |
开发者 | jskrepnek |
付费类型 | free |
扩展官网 | https://github.com/ekeonit/cbcmusic-kbsc |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CBC Music Keyboard Shortcuts", "version": "0.2", "icons": { "128": "icon_128.png" }, "description": "Control the CBC Music player with the keyboard`.", "content_scripts": [ { "matches": [ "http:\/\/music.cbc.ca\/*" ], "js": [ "cbcmusic-kbsc.js" ], "all_frames": true } ] } |