Browse Source

add radikox ext

pull/1/head
10sr 12 years ago
parent
commit
03d62a75cd
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      _keysnail.js

+ 9
- 0
_keysnail.js View File

@@ -158,6 +158,15 @@ plugins.options["twitter_client.use_jmp"] = true;
////////////////////////////////////////////
// エクステ

ext.add('radikox-play-pause', function(){
radikox.turn_power();
radikox.power();
}, 'radikox toggle play/pause');

ext.add('radikox-select-station', function(){
var m = document.getElementById("radikox_menupopup");
}, 'radikox station');

ext.add('my-setpref', function(){
util.setPrefs(
{


Loading…
Cancel
Save