Last active
September 20, 2020 08:19
-
-
Save dahlia/1c218c2718d55a87961b955b4375ac9d to your computer and use it in GitHub Desktop.
알라딘 OpenSearch
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/" | |
xmlns:moz="http://www.mozilla.org/2006/browser/search/"> | |
<ShortName>알라딘</ShortName> | |
<Description>알라딘 통합 검색</Description> | |
<Url | |
type="text/html" | |
method="get" | |
template="https://www.aladin.co.kr/search/wsearchresult.aspx?SearchTarget=All&SearchWord={searchTerms}" | |
/> | |
<Image | |
width="16" | |
height="16" | |
type="image/x-icon" | |
>https://www.aladin.co.kr/https://www.aladin.co.kr/favicon.ico</Image> | |
<InputEncoding>UTF-8</InputEncoding> | |
<moz:SearchForm>https://www.aladin.co.kr/</moz:SearchForm> | |
<moz:UpdateUrl>https://gist.github.com/dahlia/1c218c2718d55a87961b955b4375ac9d/raw/opensearch.xml</moz:UpdateUrl> | |
<moz:IconUpdateUrl>https://www.aladin.co.kr/https://www.aladin.co.kr/favicon.ico</moz:IconUpdateUrl> | |
<moz:UpdateInterval>7</moz:UpdateInterval> | |
</OpenSearchDescription> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment