Ver código fonte

add radikox ext

pull/1/head
10sr 12 anos atrás
pai
commit
03d62a75cd
1 arquivos alterados com 9 adições e 0 exclusões
  1. +9
    -0
      _keysnail.js

+ 9
- 0
_keysnail.js Ver arquivo

@@ -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(
{


Carregando…
Cancelar
Salvar