machawk1 / warcreate

Chrome extension to "Create WARC files from any webpage"
https://warcreate.com
MIT License
206 stars 13 forks source link

Create a Countdown Mode #74

Open machawk1 opened 9 years ago

machawk1 commented 9 years ago

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.

machawk1 commented 7 years ago

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.