This sample demonstrates the chrome.alarms
API by allowing the user to set alarms using an extension page.
The extension calls chrome.alarms.create()
to set an initial alarm that is displayed on the extension page. More alarms can be set with user input.
- Clone this repository.
- Load this directory in Chrome as an unpacked extension.
- Pin the extension to the taskbar to access the action button.
- Open the extension popup by clicking the action button and interact with the UI.