Created
March 8, 2023 16:22
-
-
Save claui/2b6b8dd0e7bcac62b708382a10a27856 to your computer and use it in GitHub Desktop.
OpenSearch descriptor for amazon.de
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"> | |
<ShortName>amazon.de</ShortName> | |
<Description/> | |
<InputEncoding>UTF-8</InputEncoding> | |
<Image height="24" width="24" type="image/x-icon">https://amazon.de/favicon.ico</Image> | |
<Url type="text/html" template="https://amazon.de/s"> | |
<Param name="k" value="{searchTerms}"/> | |
</Url> | |
<Url rel="suggestions" type="application/x-suggestions+json" | |
template="http://completion.amazon.co.uk/search/complete"> | |
<Param name="q" value="{searchTerms}"/> | |
<Param name="search-alias" value="aps"/> | |
<Param name="mkt" value="4"/><!-- Amazon.de (Germany) --> | |
</Url> | |
</OpenSearchDescription> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To add this search extension to Firefox:
about:config
.devtools.chrome.enabled
preference totrue
.Caution: that’s not the Developer Tools console. It’s something entirely different.