You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add README.md
* Fix issue related to website update
Updated CSS selector and tweaked the TIP button
* Update content.js
Keeping newline
* Update CSS styles
Change padding, height and font sizes to make the button style more consistent with the navigation bar
* Update functional-samples/tutorial.quick-api-reference/content.js
* Update functional-samples/tutorial.quick-api-reference/README.md
* Update functional-samples/tutorial.quick-api-reference/README.md
---------
Co-authored-by: Oliver Dunk <[email protected]>
This sample demonstrates how to handle events with service workers.
4
+
5
+
## Overview
6
+
7
+
The extension built allows users to quickly navigate to Chrome API reference pages using the omnibox.
8
+
9
+
The events from the following APIs have been handled: `chrome.runtime`, `chrome.omnibox` and `chrome.alarms`.
10
+
11
+
The complete tutorial is available [here](https://developer.chrome.com/docs/extensions/get-started/tutorial/service-worker-events).
12
+
13
+
## Running this extension
14
+
15
+
1. Clone this repository.
16
+
2. Load this directory in Chrome as an [unpacked extension](https://developer.chrome.com/docs/extensions/mv3/getstarted/development-basics/#load-unpacked).
17
+
3. Type "api" in the omnibox followed by tab or space and select a suggestion.
0 commit comments