add-on

add-on - Search for Firefox add-on
If you have Ubiquity, you should see a notification at the top asking you to subscribe to this feed, thus "installing" the command below.

source:

CmdUtils.makeSearchCommand({
  name: "add-on-search",
  author: {name: "rakudave", email: "public@rakudave.ch"},
  homepage: "http://www.rakudave.ch/",
  license: "GPL",
  description: "Search for Firefox add-ons",
  icon: "https://addons.mozilla.org/favicon.ico",
  url:"https://addons.mozilla.org/en/firefox/search?q={QUERY}",
  preview: function(pBlock, directObj) {
    if (directObj.text)
      pBlock.innerHtml = "Searches Firefox add-ons for " + directObj.text;
    else
      pBlock.innerHTML = "Searches Firefox add-ons for the given words.";
  }
});

last update: 15.01.10

« back to Ubiquity

Although the script did not work, by replacing the top line makeSearchCommand({ with CmdUtils.makeSearchCommand({ the cod does in did work. Apart from this very small detail you did a great work that I could never match...
Cheers!

haven't played with ubiquity in a long time, so thanks for the update :-)