mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-27 13:29:34 +07:00
Update api-samples/alarms/README.md
Co-authored-by: Joe Medley <jmedley@google.com>
This commit is contained in:
committed by
GitHub
parent
1ef74f593c
commit
dfb7a21db6
@@ -4,7 +4,7 @@ This sample demonstrates the `chrome.alarms` API by allowing the user to set ala
|
||||
|
||||
## Overview
|
||||
|
||||
The extension uses `chrome.alarms.create()` to set an initial alarm that is displated on the extension page. More alarms can be set with user input.
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user