CBC Music Keyboard Shortcuts
Control the CBC Music player with the keyboard`.
CBC Music Keyboard Shortcutsคืออะไร?
CBC Music Keyboard Shortcuts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jskrepnek และคุณลักษณะหลักของมันคือ "Control the CBC Music player with the keyboard`."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CBC Music Keyboard Shortcuts
ดาวน์โหลดไฟล์ส่วนขยาย 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 } ] } |