mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-27 13:29:34 +07:00
* 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 <oliver@oliverdunk.com>
18 lines
793 B
Markdown
18 lines
793 B
Markdown
# Tutorial: Handling events
|
|
|
|
This sample demonstrates how to handle events with service workers.
|
|
|
|
## Overview
|
|
|
|
The extension built allows users to quickly navigate to Chrome API reference pages using the omnibox.
|
|
|
|
The events from the following APIs have been handled: `chrome.runtime`, `chrome.omnibox` and `chrome.alarms`.
|
|
|
|
The complete tutorial is available [here](https://developer.chrome.com/docs/extensions/get-started/tutorial/service-worker-events).
|
|
|
|
## Running this extension
|
|
|
|
1. Clone this repository.
|
|
2. Load this directory in Chrome as an [unpacked extension](https://developer.chrome.com/docs/extensions/mv3/getstarted/development-basics/#load-unpacked).
|
|
3. Type "api" in the omnibox followed by tab or space and select a suggestion.
|
|
4. Click on "Tip" button in the navigation bar. |