将迅雷狗狗搜索添加到Google搜索工具栏上的方法

1.在Google搜索工具栏上随便添加一个按钮。
打开Google搜索工具栏的选项界面,点击“添加更多按钮”,在出现的页面上随便添加一个
按钮(比如“农历”):


2.再次打开“选项”界面,切换到“自定义按钮选项卡”,单击“农历”后的“修改,再点高级:


3.点击“高级”,并用如下代码替换文本框中原有的代码:

XML/HTML代码
  1. <?xml version="1.0" encoding="utf-8"?> 
  2. <custombuttons xmlns="http://toolbar.google.com/custombuttons/"> 
  3. <button> 
  4.     <search charset="gb2312">http://www.gougou.com/search?search={query}&amp;id=1</search> 
  5.     <site>http://www.gougou.com/</site> 
  6.     <title>狗狗</title> 
  7.     <description>狗狗搜索</description> 
  8. </button> 
  9. </custombuttons>

4.单击“保存到Google工具栏...”即可。

文章来自: 本站原创
引用通告: 查看所有引用 | 我要引用此文章
Tags:
收藏我吧收藏到网摘:
相关日志:
评论: 0 | 引用: 0 | 查看次数: 1840
发表评论
你没有权限发表评论!