Title: Open Search
Author: Matthias Pfefferle
Published: <strong>2007 年 6 月 24 日</strong>
Last modified: 2026 年 6 月 16 日

---

搜尋外掛

![](https://ps.w.org/open-search-document/assets/banner-772x250.png?rev=2841764)

![](https://ps.w.org/open-search-document/assets/icon-128x128.png?rev=2841764)

# Open Search

 由 [Matthias Pfefferle](https://profiles.wordpress.org/pfefferle/) 開發

[下載](https://downloads.wordpress.org/plugin/open-search-document.4.1.3.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/open-search-document/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/open-search-document/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/open-search-document/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/open-search-document/#developers)

 [技術支援](https://wordpress.org/support/plugin/open-search-document/)

## 外掛說明

The plugin creates an OpenSearch Document for your blog.

It supports Google Chromes [“Tab to Search”](https://www.chromium.org/tab-to-search)
and [“search_provider” WebExtension](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/chrome_settings_overrides),
Firefox’ [“OpenSearch plugins”](https://developer.mozilla.org/en-US/docs/Web/OpenSearch),
Safaris [“Quick Website Search”](https://developer.apple.com/library/content/releasenotes/General/WhatsNewInSafari/Articles/Safari_8_0.html),
and [“custom searches”](https://support.microsoft.com/en-us/microsoft-edge/change-your-default-search-engine-in-microsoft-edge-cccaf51c-a4df-a43e-8036-d4d2c527a791)
for Microsofts Edge browser.

From the [spec](http://www.opensearch.org/Specifications/OpenSearch/1.1):

> Search clients can use OpenSearch description documents to learn about the public
> interface of a search engine. These description documents contain parameterized
> URL templates that indicate how the search client should make search requests.
> Search engines can use the OpenSearch response elements to add search metadata
> to results in a variety of content formats.

Other integrations and extensions:

 * Extension links for [HTML](http://www.opensearch.org/Specifications/OpenSearch/1.1#Autodiscovery_in_HTML.2FXHTML),
   [Atom and RSS](http://www.opensearch.org/Specifications/OpenSearch/1.1#Autodiscovery_in_RSS.2FAtom)
 * Autodiscovery via [XRDS-Simple](https://wordpress.org/plugins/xrds-simple/), 
   [host-meta](https://wordpress.org/plugins/host-meta/) and [WebFinger](https://wordpress.org/plugins/webfinger/)
 * [RSS and Atom search responses](http://www.opensearch.org/Specifications/OpenSearch/1.1#Examples_of_OpenSearch_responses)
 * [OpenSearch Suggestions extension](http://www.opensearch.org/Specifications/OpenSearch/Extensions/Suggestions/1.0)

## 螢幕擷圖

[⌊Firefox OpenSearch plugins⌉⌊Firefox OpenSearch plugins⌉[

Firefox OpenSearch plugins

[⌊Safari Quick Website Search⌉⌊Safari Quick Website Search⌉[

Safari Quick Website Search

[⌊Chrome Tab to Search⌉⌊Chrome Tab to Search⌉[

Chrome Tab to Search

## 安裝方式

 1. Upload `open-search-document`-folder to the `/wp-content/plugins/` directory
 2. Activate the plugin through the _Plugins_ menu in WordPress
 3. that’s it 🙂

## 常見問題集

### Chromes “Tab to Search” no longer works

Chromes “Tab to Search” is now an opt-in feature. Go to `chrome://settings/searchEngines`,
search for your Website and press the “Activate” button.

### How to add query params to the Search-URLs

You can add custom params to the search URL using the `osd_search_url_template` 
filter.

    ```
    function custom_osd_extend( $url, $type ) {
        $url = add_query_arg( 'mtm_campaign', 'opensearch', $url );

        return $url;
    }
    add_filter( 'osd_search_url_template', 'custom_osd_extend', 10, 2 );
    ```

## 使用者評論

![](https://secure.gravatar.com/avatar/66abdf8d70430fb4f73b321cb04d7884ab37ab748b2ba2088c182697b941b504?
s=60&d=retro&r=g)

### 󠀁[Works perfectly well (and completely hidden as expected)](https://wordpress.org/support/topic/works-perfectly-well-and-completely-hidden-as-expected/)󠁿

 [Marc Bernard](https://profiles.wordpress.org/luxxor/) 2020 年 4 月 10 日

Thanks for this nifty plugin! Perfect! You might want to add some documentation 
since it’s very hidden how it works. 1) After activating the plugin, a <link rel
=”search”> tag is added to the header of your webpages. 2) This link points to https://
domain.com/wp-json/opensearch/1.1/document and produces an XML document. 3) This
document.osdx contains the OpenSearch specification for your website. 4) An additional
use case, is downloading this file to your Windows machine. Then you can double-
click it to install a search connector to Windows. This lets you search your own
website directly from your Windows and Explorer search bars. Just type the first
letters of your website name to get it going! Best, Marc

![](https://secure.gravatar.com/avatar/560dfc09a183c3769b77fc1ba47b779ea0fc5e877e889ad32adf5638b3414241?
s=60&d=retro&r=g)

### 󠀁[thanks for the update, why not used on more webpages?](https://wordpress.org/support/topic/thanks-for-the-update-why-not-used-on-more-webpages/)󠁿

 [Saleswonder Team: Tobias](https://profiles.wordpress.org/tobias_conrad/) 2018 
年 1 月 23 日

Maybe an gif animation for the visitors which is linked to a desccription howto 
use would be nice. i would like to translate to german.

![](https://secure.gravatar.com/avatar/be1b34034f175b87489ac4f8504e5c19cb69ce2d574660e79f6335c963957982?
s=60&d=retro&r=g)

### 󠀁[Perfect](https://wordpress.org/support/topic/perfect-4736/)󠁿

 [ok2vvv](https://profiles.wordpress.org/ok2vvv/) 2018 年 1 月 17 日

Plugin works exactly as it should. I was looking for a plugin that activates on 
the web in google chrome search using the TAB key. Thanks a lot.

![](https://secure.gravatar.com/avatar/d3c6872f75d25bd6e7e4afe7de91beede5a71b8cb38041daa8cb7b1396f80407?
s=60&d=retro&r=g)

### 󠀁[Do what it should](https://wordpress.org/support/topic/do-what-it-should-2/)󠁿

 [rinma](https://profiles.wordpress.org/rinma/) 2017 年 4 月 20 日

This plugin is easy to use. Install it and it works 🙂

 [ 閱讀全部 4 則使用者評論 ](https://wordpress.org/support/plugin/open-search-document/reviews/)

## 參與者及開發者

以下人員參與了開源軟體〈Open Search〉的開發相關工作。

參與者

 *   [ Matthias Pfefferle ](https://profiles.wordpress.org/pfefferle/)
 *   [ johnnoone ](https://profiles.wordpress.org/johnnoone/)

〈Open Search〉外掛目前已有 1 個本地化語言版本。 感謝[全部譯者](https://translate.wordpress.org/projects/wp-plugins/open-search-document/contributors)
為這個外掛做出的貢獻。

[將〈Open Search〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/open-search-document)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/open-search-document/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/open-search-document/)，或透過
[RSS](https://plugins.trac.wordpress.org/log/open-search-document/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/open-search-document/)。

## 變更記錄

### 4.1.3

 * update plugin structure

### 4.1.1

 * fix PHP deprecated: strstr(): Passing null to parameter

### 4.1.0

 * added [“search_provider” WebExtension](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/chrome_settings_overrides)
   support

### 4.0.1

 * fix broken XML output

### 4.0.0

 * modernize code
 * added filters for the search URLs in the OSD document

### 3.0.3

 * fix missing permission callback

### 3.0.2

 * update requirements

### 3.0.1

 * added screenshots
 * code improvements

### 3.0.0

 * moved to WordPress API

### 2.1.2

 * fixed site icon implementation

### 2.1.1

 * fixed site icon implementation

### 2.1.0

 * fixed XML output
 * encapsulated XML data

### 2.0.0

 * complete refactoring
 * WordPress coding style
 * Site icon support

### 1.3.1

 * Some smaller fixes

### 1.3

 * fixed host-meta link
 * added webfinger support

### 1.2.2

 * Added function to flush rewrite_rules

### 1.2.1

 * Autodiscovery for host-meta

### 1.2

 * OpenSearch Suggestions extension

### 1.1

 * WordPress 2.8.x compatibility
 * Autodiscovery for RSS/Atom and XRDS
 * Profile-Services

### 1.0

 * Initial release

## 社群版外掛

這個外掛由社群人員開發及提供技術支援。 [參與這個外掛專案](https://github.com/pfefferle/wordpress-open-search-document)

## 中繼資料

 *  版本 **4.1.3**
 *  最後更新 **2 週前**
 *  啟用安裝數 **200+**
 *  WordPress 版本需求 ** 4.6 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.0**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/open-search-document/) 及 [German](https://de.wordpress.org/plugins/open-search-document/).
 *  [將這個外掛本地化為你的母語版本](https://translate.wordpress.org/projects/wp-plugins/open-search-document)
 * 標籤:
 * [open search document](https://tw.wordpress.org/plugins/tags/open-search-document/)
   [opensearch](https://tw.wordpress.org/plugins/tags/opensearch/)[osd](https://tw.wordpress.org/plugins/tags/osd/)
   [search](https://tw.wordpress.org/plugins/tags/search/)
 *  [進階檢視](https://tw.wordpress.org/plugins/open-search-document/advanced/)

## 評分

 5 星，滿分為 5 星

 *  [  4 個 5 星使用者評論     ](https://wordpress.org/support/plugin/open-search-document/reviews/?filter=5)
 *  [  0 個 4 星使用者評論     ](https://wordpress.org/support/plugin/open-search-document/reviews/?filter=4)
 *  [  0 個 3 星使用者評論     ](https://wordpress.org/support/plugin/open-search-document/reviews/?filter=3)
 *  [  0 個 2 星使用者評論     ](https://wordpress.org/support/plugin/open-search-document/reviews/?filter=2)
 *  [  0 個 1 星使用者評論     ](https://wordpress.org/support/plugin/open-search-document/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/open-search-document/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/open-search-document/reviews/)

## 參與者

 *   [ Matthias Pfefferle ](https://profiles.wordpress.org/pfefferle/)
 *   [ johnnoone ](https://profiles.wordpress.org/johnnoone/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/open-search-document/)