CBC Music Keyboard Shortcuts
Control the CBC Music player with the keyboard`.
CBC Music Keyboard Shortcuts क्या है?
CBC Music Keyboard Shortcuts jskrepnek द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Control the CBC Music player with the keyboard`."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CBC Music Keyboard Shortcuts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 } ] } |