This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* command "jukuu" */ | |
CmdUtils.CreateCommand({ | |
names: ["juku"], | |
icon: "http://www.jukuu.com/images/logo.ico", | |
homepage: "http://www.jukuu.com/", | |
author: { name: "Sealence", email: "[email protected]"}, | |
license: "GPL", | |
description: "Search in Juku", | |
help: "juku: your word", | |
arguments: [ {role: 'object', nountype: noun_arb_text, label: 'input'} ], |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* command "irecite" */ | |
CmdUtils.CreateCommand({ | |
names: ["irecite"], | |
icon: "http://res.iciba.com/dict/favicon.ico", | |
homepage: "http://scb.iciba.com/day/", | |
author: { name: "Sealence", email: "[email protected]"}, | |
license: "GPL", | |
description: "Recite word everyday", | |
arguments: [ {role: 'object', nountype: noun_arb_text, label: 'input'} ], | |
baseurl: "http://scb.iciba.com/day", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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: "[email protected]"}, | |
license: "GPL", | |
description: "Search in Cambridge", | |
help: "cambridge: your word", | |
arguments: [ {role: 'object', nountype: noun_arb_text, label: 'input'} ], |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CmdUtils.CreateCommand({ | |
names: ["iciba"], | |
description: "A short description of your command.", | |
help: "How to use your command.", | |
author: { | |
name: "sealence", | |
email: "[email protected]", | |
homepage: "http://labs.mozilla.com/", | |
}, | |
license: "GPL", |