> For the complete documentation index, see [llms.txt](https://docs.jakarto.com/tutoriels/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jakarto.com/tutoriels/en/readme/extension-web.md).

# Web Extension

## Features:

Once installed, allows switching between Google Street View and Jakartowns with a single click.

## Installation:

### 1. Download the extension

* **Access the following site:** [**Download here**](https://github.com/jakarto3d/jakarswitch#installation-written-by-chatgpt)

<figure><img src="https://github.com/jakarto3d/docs-gitbook/blob/main/space-plugins/.gitbook/assets/Group%201.png" alt=""><figcaption></figcaption></figure>

<figure><img src="https://github.com/jakarto3d/docs-gitbook/blob/main/space-plugins/.gitbook/assets/Group%202.png" alt=""><figcaption></figcaption></figure>

### 2. Unzip the Downloaded File

* **Once the download is complete, locate the file on your computer. Right-click on the file and choose "Extract here" or use your preferred unzipping software to extract the file.**

<figure><img src="https://github.com/jakarto3d/docs-gitbook/blob/main/space-plugins/.gitbook/assets/Group%2010.png" alt=""><figcaption></figcaption></figure>

### 3. Install in Chrome

* **Open Chrome's Extension Settings**
* **Open your Chrome browser.**
* **Click on the three vertical dots in the top right corner to open the menu.**

<figure><img src="https://github.com/jakarto3d/docs-gitbook/blob/main/space-plugins/.gitbook/assets/Group%204.png" alt=""><figcaption></figcaption></figure>

* **Select "Extensions" then "Manage Extensions".**

<figure><img src="https://github.com/jakarto3d/docs-gitbook/blob/main/space-plugins/.gitbook/assets/Group%2011_en.png" alt=""><figcaption></figcaption></figure>

### 4. Enable Developer Mode

* **On the extensions page, locate the "Developer Mode" button in the top right and enable it.**

<figure><img src="https://github.com/jakarto3d/docs-gitbook/blob/main/space-plugins/.gitbook/assets/Group%2013_en.png" alt=""><figcaption></figcaption></figure>

### 5. Install the Extension

* **Click on the "Load unpacked extension" button.**
* **A dialog window will open. Navigate to the location of the unzipped file and select it.**

<figure><img src="https://github.com/jakarto3d/docs-gitbook/blob/main/space-plugins/.gitbook/assets/Group%2014_en.png" alt=""><figcaption></figcaption></figure>

<figure><img src="https://github.com/jakarto3d/docs-gitbook/blob/main/space-plugins/.gitbook/assets/Group%208.png" alt=""><figcaption></figcaption></figure>

* **Confirm to complete the installation of the extension.**

<figure><img src="https://github.com/jakarto3d/docs-gitbook/blob/main/space-plugins/.gitbook/assets/Group%2015_en.png" 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.jakarto.com/tutoriels/en/readme/extension-web.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.
