mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-27 13:29:34 +07:00
* implemented webNavigation mv3 sample * Added mv3 webNavigation API sample * Changes based on review
529 B
529 B
chrome.webNavigation
This sample demonstrates using the webNavigation API to send notifications.
Overview
The extension calls the chrome.webNavigation.onCompleted.addListener() event listener to trigger a notification whenever a the user navigates to a new webpage.
Running this extension
- Clone this repository.
- Load this directory in Chrome as an unpacked extension.
- Navigate the web with notifications on.