CBC Music Keyboard Shortcuts

Control the CBC Music player with the keyboard`.

CBC Music Keyboard Shortcuts là gì?

CBC Music Keyboard Shortcuts là một tiện ích mở rộng Chrome được phát triển bởi jskrepnek, và tính năng chính của nó là "Control the CBC Music player with the keyboard`.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng CBC Music Keyboard Shortcuts

Tải xuống các tệp mở rộng CBC Music Keyboard Shortcuts dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CBC Music Keyboard Shortcuts CBC Music Keyboard Shortcuts
ID apcdidjncmfgekmkglolgammflpkhiea
URL Chính Thức https://chromewebstore.google.com/detail/cbc-music-keyboard-shortc/apcdidjncmfgekmkglolgammflpkhiea
Mô tả Control the CBC Music player with the keyboard`.
Kích Thước Tệp 22.62 KB
Số Lần Cài Đặt 51
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2014-03-17
Ngày Phát Hành 2014-03-16
Nhà Phát Triển jskrepnek
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ekeonit/cbcmusic-kbsc
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}