warcreate
warcreate copied to clipboard
Create a Countdown Mode
The user will be able to specify an interval (e.g., every 10 minutes) after which WARCreate will reload and then archive the page. This will enable users to leave their browser on a page and know that the page will be archived at regular intervals while the browser is unattended.
As an alternative approach, the chrome.alarms API can be used to schedule code to run periodically or at a specified time in the future.