Firefox 용 Qiita 검색 플러그인
qiita [keyword]
에서 검색할 수 있게 되었다.qiita.xml
<?xml version="1.0" encoding="utf-8"?>
<SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/">
<ShortName>Qiita</ShortName>
<Description>Search by Qiita</Description>
<InputEncoding>utf-8</InputEncoding>
<Image width="16" height="16">http://qiita.com/favicon.ico?v=3</Image>
<Url type="text/html" method="GET" template="http://qiita.com/search">
<Param name="q" value="{searchTerms}" />
</Url>
</SearchPlugin>
~/Library/Application Support/Firefox/Profiles/xxxxxxxx.default/searchplugins/
아래에 위의 파일을 저장하고 firefox를 다시 시작합니다. (xxxxxxxx 부분은 무작위) <link
rel="search"
type="application/opensearchdescription+xml"
title="Qiita検索プラグインを追加"
href="http://qiita.com/searchplugins/qiita.xml" />
추가 (9/5)
<link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="GitHub" />
opensearch.xml
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"
xmlns:moz="http://www.mozilla.org/2006/browser/search/">
<ShortName>GitHub</ShortName>
<Description>Search GitHub</Description>
<InputEncoding>UTF-8</InputEncoding>
<Image width="16" height="16">data:image/x-icon;base64,
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ
bWFnZVJlYWR5ccllPAAAAVpJREFUeNqM0s0rRGEUx/F7x0RKxob4A6bZKBYWFkLZqIkkC7FUsrCw
oCxsZcN/IFmIP4E9ZWnyurBR3krZeH8b1/dMv5vTpDue+szzzL33nJ5znieIoihIGCGmMIt0+ctS
bIUETbhHEbm/EqSD5PGOC2TwgHo04xaPv9tIHhbUoPUMXjAcx4aln9BKDcYxgRR20IJNDKEO69hC
Fie2JnYx3sGYJcQ5jrU2PTjEDbpwpeeXWPZN3NOLnLb8hm1UoaBAG3P6btR26pt4rblDDarRs6KO
Mh7fmr/idZxgAW3Y0H/r/IqCfYKU5o/yB1b7kY5tGp04Uwmh++5Vcx59PoGNWtV3pznQXK2SbLf7
6s8kVv09yLpGRro0SwoawIgrt1fNzPtT2FVd/WjVCdiL9qQb5k8ho3Ia8eTKea50TeMd2LZOXQmf
mP9PrL/K3RjURTrAmk4lMcGPAAMAEvmJGW+ZZPAAAAAASUVORK5CYII=</Image>
<Url type="text/html" method="get" template="https://github.com/search">
<Param name="q" value="{searchTerms}"/>
</Url>
<moz:SearchForm>https://github.com/search</moz:SearchForm>
</OpenSearchDescription>
환경
참고
Reference
이 문제에 관하여(Firefox 용 Qiita 검색 플러그인), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/naoty_k/items/ed7b4d78975d61f1c674텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)