CBC Music Keyboard Shortcuts
Control the CBC Music player with the keyboard`.
Was ist CBC Music Keyboard Shortcuts?
CBC Music Keyboard Shortcuts ist eine Chrome-Erweiterung, die von jskrepnek entwickelt wurde, und ihr Hauptmerkmal ist "Control the CBC Music player with the keyboard`.".
Erweiterungsscreenshots
CBC Music Keyboard Shortcuts-Erweiterungs-CRX-Datei herunterladen
Laden Sie CBC Music Keyboard Shortcuts-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | apcdidjncmfgekmkglolgammflpkhiea |
Offizielle URL | https://chromewebstore.google.com/detail/cbc-music-keyboard-shortc/apcdidjncmfgekmkglolgammflpkhiea |
Beschreibung | Control the CBC Music player with the keyboard`. |
Dateigröße | 22.62 KB |
Installationsanzahl | 51 |
Aktuelle Version | 0.2 |
Letztes Update | 2014-03-17 |
Veröffentlichungsdatum | 2014-03-16 |
Entwickler | jskrepnek |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/ekeonit/cbcmusic-kbsc |
Unterstützte Sprachen | 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 } ] } |