> 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/ja/~/revisions/i0v6IIwiW34jvJ9pFXlc/getting-started/quick-start-guide/how-to-install-listly.md).

# Listly のインストール方法

Listlyは別途のPCプログラムインストールなしに、Chrome/Edge/Whaleブラウザに簡単にインストールできる拡張機能です。

* [Chrome ウェブストア - Listly（リスティリ）](https://chromewebstore.google.com/detail/listly-web-scraping/ihljmnfgkkmoikgkdkjejbkpdpbmcgeh?utm_source=homepage)
* [Edge MS ストア - 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 ストア - Listly（リスティリ）](https://store.whale.naver.com/detail/jncnopbobhhjeeomceandjdllninkcfa)

{% hint style="info" %}
インストール手順は各ブラウザですべて同じです。
{% endhint %}

{% stepper %}
{% step %}
**上記リンクをクリックするか、各ブラウザの拡張機能ストアで「リスティリ」または「Listly」を検索後、\[Add to Chrome] インストールボタンをクリックしてください。**

![](/files/6b44802461c919f7bae55afa1daa13e9135d9116)
{% endstep %}

{% step %}
**確認通知ウィンドウが表示されたら、\[拡張機能を追加] ボタンをクリックします。**

![](/files/113f81b2a8b2cd19b40499924419050a9000164b)
{% endstep %}

{% step %}
**インストールが完了したら、ブラウザの右上にあるパズル型アイコンをクリックした後、Listly横のピンアイコンを押して上部にListlyを固定します。**

![](/files/4626161301ed22c762fce273437b017abdd11fec)
{% endstep %}

{% step %}
**目的のウェブサイトでListlyアイコンをクリックしてデータ収集を開始してみてください。**

![](/files/b73f9b085789dffa8e29fb45053ed896aaabaf91)
{% 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/ja/~/revisions/i0v6IIwiW34jvJ9pFXlc/getting-started/quick-start-guide/how-to-install-listly.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.
