> For the complete documentation index, see [llms.txt](https://help.listly.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.listly.io/docs/zh-hant/getting-started/quick-start-guide-zh-hant/how-to-install-listly-zh-hant.md).

# 如何安裝 Listly

Listly 無需安裝獨立的電腦程式，只需在 Chrome/Edge/Whale 瀏覽器中簡單安裝擴充功能即可。

* [Chrome 線上應用程式商店 - Listly](https://chromewebstore.google.com/detail/listly-web-scraping/ihljmnfgkkmoikgkdkjejbkpdpbmcgeh?utm_source=homepage)
* [Edge Microsoft Store - Listly](https://microsoftedge.microsoft.com/addons/detail/listly-%EB%A6%AC%EC%8A%A4%ED%8B%80%EB%A6%AC-%EC%9B%B9-%EC%8A%A4%ED%81%AC%EB%9E%98%ED%95%91/hfocokadknpfdlnoepicoagndjhdoeno)
* [Whale Store - Listly](https://store.whale.naver.com/detail/jncnopbobhhjeeomceandjdllninkcfa)

{% hint style="info" %}
各瀏覽器的安裝步驟完全相同。
{% endhint %}

{% stepper %}
{% step %}
**點擊上方連結，或在各瀏覽器的擴充功能商店搜尋「Listly」，然後點擊 \[Add to Chrome] 安裝按鈕。**

![install](/files/d8a37107bf5d4d056457fea5b92f635661d87e74)
{% endstep %}

{% step %}
**當確認通知視窗出現時，點擊 \[新增擴充功能] 按鈕。**

![confirm](/files/ec96e217ff9e08074742458ab97598d1033fbb22)
{% endstep %}

{% step %}
**安裝完成後，點擊瀏覽器右上角的拼圖圖示，然後點擊 Listly 旁的釘選圖示將 Listly 固定在頂部。**

![pin](/files/efddedea75695653f1577cf6ef0a104650d42b0f)
{% endstep %}

{% step %}
**在任何網站上點擊 Listly 圖示開始收集資料。**

![listly-icon](/files/997fdf75d23b9e2e0e7e697f046c7f8209ef45f4)
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.listly.io/docs/zh-hant/getting-started/quick-start-guide-zh-hant/how-to-install-listly-zh-hant.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
