我尝试设置百度为默认搜索引擎时,地址栏的搜索不会出现联想搜索,而用 Google 作为默认搜索引擎的时候,在地址栏中搜索关键字即会出现联想搜索,是不是大家也是这样?
1
wenketel 2015-01-21 23:31:18 +08:00 1
搜索引擎xml文件需要在<Image width="16" height="16">下面添加一行类似
<Url type="application/x-suggestions+json" method="GET" template="https://sp0.baidu.com/5a1Fazu8AA54nxGko9WTAnF6hhy/su?wd={searchTerms}"/> 这样的东西 http://www.opensearch.org/Specifications/OpenSearch/Extensions/Suggestions/1.0#URL_elements |
2
wenketel 2015-01-21 23:33:50 +08:00
|
3
LagunAPaTa 2015-01-22 02:11:02 +08:00
同问这个问题啊……Safari都支持的……怎么修改呢?
|
4
tianshilei1992 OP @wenketel 感谢,但是不晓得 Chrome 的这个 xml 文件在哪里?我尝试搜索了“baidu.xml”,搜索不到。
|