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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 } ] } |