最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - Scheduled task as chrome extension - Stack Overflow

programmeradmin5浏览0评论

Can I make a scheduled to be as part of chrome extension ? I would like to write the task in JavaScript and make it run periodically in the browser while the browser is running.

Can I make a scheduled to be as part of chrome extension ? I would like to write the task in JavaScript and make it run periodically in the browser while the browser is running.

Share Improve this question asked Dec 4, 2013 at 20:40 MichaelMichael 42.1k73 gold badges204 silver badges362 bronze badges
Add a ment  | 

1 Answer 1

Reset to default 18

Check out Chrome.alarms:

Use the chrome.alarms API to schedule code to run periodically or at a specified time in the future.

https://developer.chrome./docs/extensions/reference/alarms/

发布评论

评论列表(0)

  1. 暂无评论