--- title: alarms slug: Mozilla/Add-ons/WebExtensions/API/alarms translation_of: Mozilla/Add-ons/WebExtensions/API/alarms ---
在未来一个特定的时间运行的计划任务代码。这很像setTimeout()
和setInterval()
,不过这些函数仅可以按需使用而不能在后台页面工作。
想要使用这个API,您需要获取"alarms"的permission。
{{Compat("webextensions.api.alarms")}}
The "Chrome incompatibilities" section is included from https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Chrome_incompatibilities using the WebExtChromeCompat macro.
If you need to update this content, edit https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Chrome_incompatibilities, then shift-refresh this page to see your changes.
{{WebExtExamples("h2")}}
This API is based on Chromium's chrome.alarms
API.
Microsoft Edge compatibility data is supplied by Microsoft Corporation and is included here under the Creative Commons Attribution 3.0 United States License.