# How to install an extension

Extpose allows to download extension in ZIP file. We archive extension on our servers even if it is deleted from Chrome Web Store.

{% hint style="danger" %}
Please note:&#x20;

An extension you download can do anything.&#x20;

We don't test if it works and it works as intended.&#x20;

USE AT YOUR OWN RISK
{% endhint %}

* You've download the zip file with extension's source code.&#x20;
* Unpack ZIP archive, remember location of "\<Some extension name>"
* Open extension page Open <chrome://extensions>&#x20;

  or Use the menu: ⋮ > More tools > Extensions
* Enable "Developer mode" in the upper-right corner of the page

![](https://3283477477-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LWQfBgF0jzfYX5wWPUb%2Fuploads%2Ff6X73rwwQA1OVBsl4Q7R%2Fimage.png?alt=media\&token=22df4dd2-3a2b-412b-a55c-318b3a45c0c5)

* Select "Load unpacked" option

![](https://3283477477-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LWQfBgF0jzfYX5wWPUb%2Fuploads%2FQ8a3ktwbSSN8H3deRzCl%2Fimage.png?alt=media\&token=f1d837a9-57c0-4ece-9944-cd76dd577de0)

* Find unpacked extension's folder "FOLDER\_NAME"
* Open the folder
* That's it. You can find the extension on the chrome://extensions page

![](https://3283477477-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LWQfBgF0jzfYX5wWPUb%2Fuploads%2FbRtFWcnhnGyjPODu72e4%2Fimage.png?alt=media\&token=2abbbc3e-d0fa-4a6c-9040-5a20eef7ebc2)


---

# 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://docs.extpose.com/how-to-install-an-extension.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.
