Skip to content

Instantly share code, notes, and snippets.

@ppmotskula
Created March 21, 2009 20:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ppmotskula/82970 to your computer and use it in GitHub Desktop.
Save ppmotskula/82970 to your computer and use it in GitHub Desktop.
freedict
//Note: This command was automatically generated by the create-new-search-command command.
CmdUtils.makeSearchCommand({
name: "freedict-enet",
url: "http://freedict.info/dictionary.html?query={QUERY}&lang=en&meth=part&switch=et&focus=true",
icon: "http://freedict.info/favicon.ico",
description: "en-et translation at freedict.info",
author: { name: "Peeter P. Mõtsküla", email: "peeterpaul@motskula.net" }
});
//Note: This command was automatically generated by the create-new-search-command command.
CmdUtils.makeSearchCommand({
name: "freedict-eten",
url: "http://freedict.info/dictionary.html?query={QUERY}&lang=et&meth=part&switch=et&focus=true",
icon: "http://freedict.info/favicon.ico",
description: "et-en translation at freedict.info",
author: { name: "Peeter P. Mõtsküla", email: "peeterpaul@motskula.net" }
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment