CBC Music Keyboard Shortcuts

Control the CBC Music player with the keyboard`.

Vad är CBC Music Keyboard Shortcuts?

CBC Music Keyboard Shortcuts är en Chrome-tillägg utvecklad av jskrepnek, och dess huvudfunktion är "Control the CBC Music player with the keyboard`.".

Tilläggsskärmbilder

screenshot

Ladda ner CBC Music Keyboard Shortcuts-förlängningens CRX-fil

Ladda ner CBC Music Keyboard Shortcuts-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn CBC Music Keyboard Shortcuts CBC Music Keyboard Shortcuts
ID apcdidjncmfgekmkglolgammflpkhiea
Officiell webbadress https://chromewebstore.google.com/detail/cbc-music-keyboard-shortc/apcdidjncmfgekmkglolgammflpkhiea
Beskrivning Control the CBC Music player with the keyboard`.
Filstorlek 22.62 KB
Antal Installationer 51
Aktuell Version 0.2
Senast Uppdaterad 2014-03-17
Publiceringsdatum 2014-03-16
Utvecklare jskrepnek
Betalningssätt free
Tilläggswebbplats https://github.com/ekeonit/cbcmusic-kbsc
Stödda Språk 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
        }
    ]
}