Skip to content

Instantly share code, notes, and snippets.

View sealence's full-sized avatar

Sealence Shao sealence

View GitHub Profile
@sealence
sealence / gist:718941
Created November 28, 2010 13:45
Ubiquity:iciba
CmdUtils.CreateCommand({
names: ["iciba"],
description: "A short description of your command.",
help: "How to use your command.",
author: {
name: "sealence",
email: "sealence@gmail.com",
homepage: "http://labs.mozilla.com/",
},
license: "GPL",
@sealence
sealence / cambridge.js
Created February 16, 2009 09:35
Ubiquity: cambridge
/* command "cambridge" */
CmdUtils.CreateCommand({
names: ["cambridge"],
icon: "http://www.cambridge.org/assets/common/favicon/favicon.ico",
homepage: "http://dictionary.cambridge.org",
author: { name: "Sealence", email: "sealence@gmail.com"},
license: "GPL",
description: "Search in Cambridge",
help: "cambridge: your word",
arguments: [ {role: 'object', nountype: noun_arb_text, label: 'input'} ],
@sealence
sealence / irecite.js
Created January 20, 2009 10:07
Ubiquity: irecite
/* command "irecite" */
CmdUtils.CreateCommand({
names: ["irecite"],
icon: "http://res.iciba.com/dict/favicon.ico",
homepage: "http://scb.iciba.com/day/",
author: { name: "Sealence", email: "sealence@gmail.com"},
license: "GPL",
description: "Recite word everyday",
arguments: [ {role: 'object', nountype: noun_arb_text, label: 'input'} ],
baseurl: "http://scb.iciba.com/day",
@sealence
sealence / juku.js
Created January 20, 2009 03:40
Ubiquity: juku
/* command "jukuu" */
CmdUtils.CreateCommand({
names: ["juku"],
icon: "http://www.jukuu.com/images/logo.ico",
homepage: "http://www.jukuu.com/",
author: { name: "Sealence", email: "sealence@gmail.com"},
license: "GPL",
description: "Search in Juku",
help: "juku: your word",
arguments: [ {role: 'object', nountype: noun_arb_text, label: 'input'} ],