# How to use Voice In on the new tab page?

By design, the browser does not allow Chrome extensions to interact with the default new tab page. As a result, Voice In does not work on the default new tab page in Chrome and Edge.

**There is a simple fix for this: Change the new tab page**

The challenge is that Chrome doesn't let you change the new tab page. It lets you change the page that opens on startup but not the new tab page. To solve this problem, we have introduced a new free extension called [Custom New Tab](https://chrome.google.com/webstore/detail/custom-new-tab/lfjnnkckddkopjfgmbcpdiolnmfobflj?hl=en)&#x20;

Custom New Tab is a Chrome extension that lets you configure the new tab page to a custom URL. You can set it to to open Google ([https://google.com](https://google.com/)), Bing ([https://bing.com](https://google.com/)), or better yet set it to the Voice In Testpad (<https://dictanote.co/voicein/notepad/>). It is a tiny 50kb extension, 100% free and without tracking.

### Instructions to set up a custom new tab &#x20;

**Step 1**: Install the Custom New Tab extension from the Chrome Web Store: [Web Store Link](https://chrome.google.com/webstore/detail/custom-new-tab/lfjnnkckddkopjfgmbcpdiolnmfobflj?hl=en)&#x20;

<figure><img src="/files/rSvnXjIdWEKbD3lh0SGX" alt="" width="563"><figcaption></figcaption></figure>

Click on "Add to Chrome" to install it.&#x20;

**Step 2**: After installation, a page will open up, asking you to configure the new tab URL. Enter your desired new tab page URL.&#x20;

Enter [https://google.com](https://google.com/) to set it to Google, [https://bing.com](https://google.com/) for Bing, or better yet <https://dictanote.co/voicein/test/> to set it to Voice In Testpad. Click Save to save this setting.

<figure><img src="/files/2CFz0z1AdAGAG6vTGDpL" alt="" width="563"><figcaption></figcaption></figure>

That's it. Your new tab page will now point to this new URL, and you can use Voice In on it!&#x20;

### Set the new tab URL to a local file URL

You can point the new tab to a local file URL too.&#x20;

A local file URL looks like `file:///C:/Documents/test.html` on Windows `file:///Users/anil/test.html` on Mac. To get the local file URL of a file on your system, open the file in a new tab in your browser. Then copy the URL shown in the address bar.&#x20;

The first time you set the custom new tab URL to a local file URL, you will be see a prompt to grant permission like below. Click on **Grant Permission**.&#x20;

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

This will open the extension's settings page. Scroll down to "Allow access to file URLs" setting and enable it.&#x20;

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

The extension should now be able to set the new tab page to your local file.&#x20;

### Disable Custom New Tab

If you ever want to revert back to built-in Chrome new tab page, you can do so by disabling the Custom New Tab extension.

To disable the custom new tab extension

1. Open the URL chrome://extensions in a new tab. &#x20;
2. Disable the Custom New Tab extension

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

<br>


---

# 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://help.dictanote.co/help/features/how-to-use-voice-in-on-the-new-tab-page.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.
