Skip to content

Instantly share code, notes, and snippets.

@tkf

tkf/x

Created May 16, 2009 10:07
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 tkf/112646 to your computer and use it in GitHub Desktop.
Save tkf/112646 to your computer and use it in GitHub Desktop.
//http://itoshi.tv/d/?date=20080901#p02
makeSearchCommand({
name: "oald",
url: "http://www.oup.com/oald-bin/web_getald7index1a.pl?search_word={QUERY}",
icon: "/favicon.ico",
description: "Searches OALD for your keywords.",
});
//http://itoshi.tv/d/?date=20080901#p03
makeSearchCommand({
name: "pubmed",
url: "http://www.ncbi.nlm.nih.gov/sites/entrez?db=pubmed&cmd=search&term={QUERY}",
icon: "/favicon.ico",
description: "Searches NCBI PubMed for your terms.",
});
makeSearchCommand({
name: "mathworks",
url: "http://www.mathworks.com/cgi-bin/texis/webinator/search/?db=MSS&order=r&is_summary_on=1&ResultCount=10&query={QUERY}",
icon: "/favicon.ico",
description: "Searches MathWorks for your keywords.",
});
makeSearchCommand({
name: "wolfram",
url: "http://search.wolfram.com/?x=0&y=0&query={QUERY}",
icon: "/favicon.ico",
description: "Searches Wolfram for your keywords.",
});
//http://itoshi.tv/d/?date=20080901#p04
makeSearchCommand({
name: "alc",
url: "http://eow.alc.co.jp/{QUERY}",
icon: "/favicon.ico",
description: "Searches ALC Eijiro for your keywords.",
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment