CBC Music Keyboard Shortcuts
Control the CBC Music player with the keyboard`.
Hvad er CBC Music Keyboard Shortcuts?
CBC Music Keyboard Shortcuts er en Chrome-udvidelse udviklet af jskrepnek, og dens hovedfunktion er "Control the CBC Music player with the keyboard`.".
Udvidelsesskærmbilleder
Download CBC Music Keyboard Shortcuts-udvidelses-CRX-fil
Download CBC Music Keyboard Shortcuts-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | apcdidjncmfgekmkglolgammflpkhiea |
Officiel URL | https://chromewebstore.google.com/detail/cbc-music-keyboard-shortc/apcdidjncmfgekmkglolgammflpkhiea |
Beskrivelse | Control the CBC Music player with the keyboard`. |
Filstørrelse | 22.62 KB |
Antal Installationer | 51 |
Nuværende Version | 0.2 |
Senest Opdateret | 2014-03-17 |
Udgivelsesdato | 2014-03-16 |
Udvikler | jskrepnek |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/ekeonit/cbcmusic-kbsc |
Understøttede Sprog | 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 } ] } |