Files
Benjamin Lörincz 477973e48e removed unused variables, switched to async/await, cleanup (#906)
* removed unused variables, switched to async/await, cleanup

* leave decision to await promise to caller
2023-10-10 15:37:11 +02:00
..
2023-02-22 13:25:39 +01:00
2023-02-22 13:25:39 +01:00

chrome.alarms

This sample demonstrates the chrome.alarms API by allowing the user to set alarms using an extension page.

Overview

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.

Running this extension

  1. Clone this repository.
  2. Load this directory in Chrome as an unpacked extension.
  3. Pin the extension to the taskbar to access the action button.
  4. Open the extension popup by clicking the action button and interact with the UI.