Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 681 Bytes

File metadata and controls

21 lines (13 loc) · 681 Bytes

just-refresh

A very simple auto-refresh extension for Google Chrome

The intent was to keep things simple and minimal.

Download the extension from the Chrome Web Store.

Permissions required:

activeTab

For pretty intuitive reasons. To access the active tab of the browser when the refresh loop is started.
Read more about the permission here: https://developer.chrome.com/extensions/activeTab

storage

To store the chosen interval set on the Options page.
Read more about the permission here: https://developer.chrome.com/extensions/storage