CBC Music Keyboard Shortcuts

Control the CBC Music player with the keyboard`.

Wat is CBC Music Keyboard Shortcuts?

CBC Music Keyboard Shortcuts is een Chrome-extensie ontwikkeld door jskrepnek, en de belangrijkste functie is "Control the CBC Music player with the keyboard`.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie CBC Music Keyboard Shortcuts

Download CBC Music Keyboard Shortcuts-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam CBC Music Keyboard Shortcuts CBC Music Keyboard Shortcuts
ID apcdidjncmfgekmkglolgammflpkhiea
Officiële URL https://chromewebstore.google.com/detail/cbc-music-keyboard-shortc/apcdidjncmfgekmkglolgammflpkhiea
Beschrijving Control the CBC Music player with the keyboard`.
Bestandsgrootte 22.62 KB
Aantal Installaties 51
Huidige Versie 0.2
Laatst Bijgewerkt 2014-03-17
Publicatiedatum 2014-03-16
Ontwikkelaar jskrepnek
Betalingswijze free
Extensiewebsite https://github.com/ekeonit/cbcmusic-kbsc
Ondersteunde Talen 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
        }
    ]
}