Published at Friday, October 12, 2007.
用Firefox和IE7搜索框查字典
前面都是用bookmarklet的方式查在线字典,这次在搜索框里查,也就是把字典查询加入到Firefox和IE7的搜索引擎里。
首先到http://mycroft.mozdev.org/下载搜索引擎插件。我用了n词酷和dict.cn,插件地址是这里和这里。注意Firefox2和IE7需选择OpenSearch standard标准的(有个A9图标的那个)。安装后便可在搜索框查单词了。
Firefox和IE中按Ctrl+E能激活搜索框。Firefox中也可以按Ctrl+K;按Ctrl+上下箭头切换搜索引擎。
Update:
搜索引擎插件可以按规范的xml文件自己制作
- <?xml version="1.0" encoding="UTF-8" ?>
- - <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
- <ShortName>n词酷</ShortName>
- <Description>n词酷 provider</Description>
- <InputEncoding>UTF-8</InputEncoding>
- <Url type="text/html" template="http://www.nciku.com/Search.php?query={searchTerms}" />
- </OpenSearchDescription>
这就是n词酷的搜索引擎插件文件(OpenSearch标准),其中关键的也就是这句ttp://www.nciku.com/Search.php?query={searchTerms}。如果你懒得自己弄(象我一样),可以用IE7的制作向导。









Leave a reply