-
-
Save tkf/112646 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
//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