CBC Music Keyboard Shortcuts

Control the CBC Music player with the keyboard`.

Qu'est-ce que CBC Music Keyboard Shortcuts ?

CBC Music Keyboard Shortcuts est une extension Chrome développée par jskrepnek, et sa fonction principale est "Control the CBC Music player with the keyboard`.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension CBC Music Keyboard Shortcuts

Téléchargez les fichiers d'extension CBC Music Keyboard Shortcuts au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom CBC Music Keyboard Shortcuts CBC Music Keyboard Shortcuts
ID apcdidjncmfgekmkglolgammflpkhiea
URL Officiel https://chromewebstore.google.com/detail/cbc-music-keyboard-shortc/apcdidjncmfgekmkglolgammflpkhiea
Description Control the CBC Music player with the keyboard`.
Taille du Fichier 22.62 KB
Nombre d'Installations 51
Version Actuelle 0.2
Dernière Mise à Jour 2014-03-17
Date de Publication 2014-03-16
Développeur jskrepnek
Type de Paiement free
Site Web de l'Extension https://github.com/ekeonit/cbcmusic-kbsc
Langues Prises en Charge 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
        }
    ]
}