2016-10-12 17:44:02 +03:00
|
|
|
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
|
|
|
|
|
|
|
<SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/">
|
|
|
|
<ShortName>Yandex</ShortName>
|
|
|
|
<Description>Yandex Türkiye arama motoru</Description>
|
|
|
|
<InputEncoding>UTF-8</InputEncoding>
|
2017-03-15 23:52:30 +03:00
|
|
|
<Image width="16" height="16">resource://search-plugins/images/yandex-en.ico</Image>
|
|
|
|
<Url type="application/x-suggestions+json" method="GET" template="https://suggest.yandex.com.tr/suggest-ff.cgi">
|
2016-10-12 17:44:02 +03:00
|
|
|
<Param name="part" value="{searchTerms}"/>
|
|
|
|
</Url>
|
2017-12-01 01:35:34 +03:00
|
|
|
<Url type="text/html" method="GET" template="https://yandex.com.tr/search" resultdomain="yandex.com.tr">
|
2016-10-12 17:44:02 +03:00
|
|
|
<MozParam name="clid" condition="purpose" purpose="searchbar" value="2186618"/>
|
|
|
|
<MozParam name="clid" condition="purpose" purpose="keyword" value="2186621"/>
|
|
|
|
<MozParam name="clid" condition="purpose" purpose="contextmenu" value="2186623"/>
|
|
|
|
<MozParam name="clid" condition="purpose" purpose="homepage" value="2186617"/>
|
|
|
|
<MozParam name="clid" condition="purpose" purpose="newtab" value="2186620"/>
|
2017-03-15 23:52:30 +03:00
|
|
|
<Param name="text" value="{searchTerms}"/>
|
2016-10-12 17:44:02 +03:00
|
|
|
</Url>
|
2017-03-15 23:52:30 +03:00
|
|
|
<SearchForm>https://www.yandex.com.tr/</SearchForm>
|
2016-10-12 17:44:02 +03:00
|
|
|
</SearchPlugin>
|