CBC Music Keyboard Shortcuts
Control the CBC Music player with the keyboard`.
Cos'è CBC Music Keyboard Shortcuts?
CBC Music Keyboard Shortcuts è un'estensione di Chrome sviluppata da jskrepnek, e la sua funzione principale è "Control the CBC Music player with the keyboard`.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CBC Music Keyboard Shortcuts
Scarica i file di estensione CBC Music Keyboard Shortcuts in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | apcdidjncmfgekmkglolgammflpkhiea |
URL Ufficiale | https://chromewebstore.google.com/detail/cbc-music-keyboard-shortc/apcdidjncmfgekmkglolgammflpkhiea |
Descrizione | Control the CBC Music player with the keyboard`. |
Dimensione del File | 22.62 KB |
Conteggio Installazioni | 51 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2014-03-17 |
Data di Pubblicazione | 2014-03-16 |
Sviluppatore | jskrepnek |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/ekeonit/cbcmusic-kbsc |
Lingue Supportate | 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 } ] } |