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 |
官方網址 | 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 } ] } |