blob: b8a946f4ff89bd7f94644184bf7cadc48b3a537e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<!-- 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>eBay (it)</ShortName>
<Description>eBay - Online auctions</Description>
<Image width="16" height="16">resource://search-plugins/images/ebay.ico</Image>
<Url type="text/html"
method="GET"
template="https://rover.ebay.com/rover/1/724-53478-19255-0/1"
resultdomain="ebay.com">
<Param name="ff3" value="4"/>
<Param name="toolid" value="20004"/>
<Param name="campid" value="5338192028"/>
<Param name="customid" value=""/>
<Param name="mpre" value="https://www.ebay.it/sch/{searchTerms}" />
</Url>
<SearchForm>https://www.ebay.it/</SearchForm>
</SearchPlugin>
|