# 插件類型

<figure><img src="/files/WY3yjHNJ2AxDS9KFSuZl" alt=""><figcaption></figcaption></figure>

Eagle 插件系統提供了四種不同類型的插件，每種都有各自的用途和特點。您可以根據自己的需求選擇不同類型的插件來完成您想要的功能，如下表所示：

|                                                           插件類型 | 使用情境                             |
| -------------------------------------------------------------: | -------------------------------- |
|     [視窗](/plugin-api/zh-tw/get-started/plugin-types/window.md) | 單次性使用，如：一鍵摳圖、壓縮、轉格式、匯出匯入等。       |
|  [背景服務](/plugin-api/zh-tw/get-started/plugin-types/service.md) | 背景執行，如：背景同步、圖片分析等                |
|  [格式擴充](/plugin-api/zh-tw/get-started/plugin-types/preview.md) | 讓 Eagle 支援更多格式，提供縮圖、雙擊預覽能力。      |
| [檢查器](/plugin-api/zh-tw/get-started/plugin-types/inspector.md) | 針對不同檔案格式，增強右側檢查器功能，如額外屬性、預覽、地圖等。 |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.eagle.cool/plugin-api/zh-tw/get-started/plugin-types.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
