Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.