Skip to content

Commit

Permalink
Update api-samples/omnibox/new-tab-search/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Medley <[email protected]>
  • Loading branch information
IanStanion-google and jpmedley authored Jun 30, 2023
1 parent 595d48a commit 7892563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-samples/omnibox/new-tab-search/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This sample demonstrates using the `"omnibox"` manifest key and API to create a

## Overview

The extension uses `"omnibox"` manifest key and its parameter `"keyword"`. When `chrome.omnibox.onInputEntered.addListener()` is triggered and the keyword 'nt' is used, a new tab is opened with a google search for the user's input text.
The extension uses the `"omnibox"` manifest key and its parameter `"keyword"`. When `chrome.omnibox.onInputEntered.addListener()` is called and the keyword 'nt' is used, a new tab is opened with a google search for the user's input text.

## Running this extension

Expand Down

0 comments on commit 7892563

Please sign in to comment.