August 29,2008

Ubiquity command - findbook

Ubiquity已經很多人介紹了,這裡是分享一個 commands,如果你有用 Findbook 的話,可以用用看... 安裝 command 方法很簡單,打開 Ubiquity Command Editor 後,把下面的程式碼貼上去即可:
CmdUtils.CreateCommand({
  name: "findbook",
  author: { name: "elleryq"},
  contributors: ["elleryq"],
  license: "MPL",
  description: "讓買書變成更簡單的決定!",
  takes: {"書名關鍵字": noun_arb_text},
  icon: "http://findbook.tw/favicon.ico",
  execute: function(directObject) {
    Utils.openUrlInBrowser( "http://findbook.tw/search?keyword_type=keyword&q=" + directObject.text );
  }
});


Posted by elleryq at 樂多Roodo! │10:54 │回應(0)引用(0)資訊相關Idea與筆記
樂多分類:網路/3C 共同主題:Firefox 工具:編輯本文
Ads by Roodo! 

引用URL

http://cgi.blog.roodo.com/trackback/7048255