CBC Music Keyboard Shortcuts

Control the CBC Music player with the keyboard`.

CBC Music Keyboard Shortcutsとは何ですか?

CBC Music Keyboard Shortcutsはjskrepnekによって開発されたChromeの拡張機能で、その主な機能は「Control the CBC Music player with the keyboard`.」です。

拡張機能のスクリーンショット

screenshot

CBC Music Keyboard Shortcuts拡張機能のCRXファイルをダウンロード

CBC Music Keyboard Shortcuts拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 CBC Music Keyboard Shortcuts CBC Music Keyboard Shortcuts
ID apcdidjncmfgekmkglolgammflpkhiea
公式URL https://chromewebstore.google.com/detail/cbc-music-keyboard-shortc/apcdidjncmfgekmkglolgammflpkhiea
説明 Control the CBC Music player with the keyboard`.
ファイルサイズ 22.62 KB
インストール数 51
現在のバージョン 0.2
最終更新日 2014-03-17
公開日 2014-03-16
開発者 jskrepnek
支払い方法 free
拡張機能のウェブサイト https://github.com/ekeonit/cbcmusic-kbsc
対応言語 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
        }
    ]
}