Skip to content

alexnguyennz/pagerefresher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Page Refresher

A simple per-tab automatic page refresher/reloader for Google Chrome and Microsoft Edge.

Chrome store page

Features
  • tab based (tab ID) reloads
  • 5 customizable intervals
  • refresh info table
  • blocks automatic reloads or meta refreshes (per tab)
  • bypass local cache (per tab)
  • context menu functionality
Required Permissions
  • storage - used to store default settings and save user preferences
  • contextMenus - used to enable the optional context (right click) menu for this extension
  • tabs - used to get the title from each tab (to be displayed in the options page)
  • activeTab - used to execute the code to block reloads
  • scripting - required for block reloading feature

Warning: Some sites may restrict your access to them if you make too many requests (or reloads) within a short period of time.