CBC Music Keyboard Shortcuts

Control the CBC Music player with the keyboard`.

Apa itu CBC Music Keyboard Shortcuts?

CBC Music Keyboard Shortcuts adalah ekstensi Chrome yang dikembangkan oleh jskrepnek, dan fitur utamanya adalah "Control the CBC Music player with the keyboard`.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi CBC Music Keyboard Shortcuts

Unduh file ekstensi CBC Music Keyboard Shortcuts dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama CBC Music Keyboard Shortcuts CBC Music Keyboard Shortcuts
ID apcdidjncmfgekmkglolgammflpkhiea
URL Resmi https://chromewebstore.google.com/detail/cbc-music-keyboard-shortc/apcdidjncmfgekmkglolgammflpkhiea
Deskripsi Control the CBC Music player with the keyboard`.
Ukuran File 22.62 KB
Jumlah Instalasi 51
Versi Saat Ini 0.2
Terakhir Diperbarui 2014-03-17
Tanggal Publikasi 2014-03-16
Pengembang jskrepnek
Tipe Pembayaran free
Situs Ekstensi https://github.com/ekeonit/cbcmusic-kbsc
Bahasa yang Didukung 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
        }
    ]
}