> For the complete documentation index, see [llms.txt](https://developer.eagle.cool/plugin-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.eagle.cool/plugin-api/zh-tw/get-started/plugin-types.md).

# 插件類型

<figure><img src="/files/IEhxtYeyjezvhj2pAdNO" 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) | 針對不同檔案格式，增強右側檢查器功能，如額外屬性、預覽、地圖等。 |
