diff options
Diffstat (limited to 'comm/suite/components/search/searchplugins/amazon-it.xml')
-rw-r--r-- | comm/suite/components/search/searchplugins/amazon-it.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/comm/suite/components/search/searchplugins/amazon-it.xml b/comm/suite/components/search/searchplugins/amazon-it.xml new file mode 100644 index 0000000000..488a41583d --- /dev/null +++ b/comm/suite/components/search/searchplugins/amazon-it.xml @@ -0,0 +1,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>Amazon.it</ShortName> +<Description>Ricerca Amazon.it</Description> +<InputEncoding>UTF-8</InputEncoding> +<Image width="16" height="16">resource://search-plugins/images/amazon.ico</Image> +<Url type="text/html" + method="GET" + template="https://www.amazon.it/exec/obidos/external-search/" + resultdomain="amazon.it"> + <Param name="field-keywords" value="{searchTerms}"/> + <Param name="ie" value="{inputEncoding}"/> + <Param name="mode" value="blended"/> + <Param name="sourceid" value="Mozilla-search"/> +</Url> +<SearchForm>https://www.amazon.it/</SearchForm> +</SearchPlugin> |