> For the complete documentation index, see [llms.txt](https://docs.exile.watch/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.exile.watch/projects/malachai/snap-gyazo-thumbnail.md).

# snap gyazo thumbnail

<figure><img src="/files/phOqyIiKbklQTpQi6Q8A" alt="" width="200"><figcaption><p>exile.watch logo</p></figcaption></figure>

Download Extension: <https://chromewebstore.google.com/detail/exilewatch-snap-gyazo-thu/mjldamcdiefgcfkhgkapmnbnofilgblp?hl=pl&authuser=0>

## Usage:

1. Install the extension
2. Head over to whatever gyazo gif you have created. \
   As an example we can use this GIF: <https://gyazo.com/41c10c1cc7d06c7d5fee3287cdf58724>
3. In upper right corner there is a new button: "Redirect me to GIF thumbnail creation"\
   This will redirect you to `.mp4` file directly (without downloading it), where we can snap the video frame\
   Expected redirect: <https://i.gyazo.com/41c10c1cc7d06c7d5fee3287cdf58724.mp4>

   <figure><img src="/files/ZpUT9sad0jcr9VVabS8i" alt=""><figcaption></figcaption></figure>
4. In the center you have optional input that you can name the `.webp` ([modern image format](https://developers.google.com/speed/webp#:~:text=WebP%20is%20a%20modern%20image,that%20make%20the%20web%20faster.)) file you want to download.
5. Click `Create GIF thumbnail` button to create and download the frame you wanted to snap<br>

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


---

# 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://docs.exile.watch/projects/malachai/snap-gyazo-thumbnail.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.
