Allows Chrome to automatically cycle through a set of tabs. Ideal for a Dashboard or wall-mounted display.
- Preloads tabs for smoother transitions
- Configured via a JSON file
- Configuration can be loaded from a remote server
Tab Rotate on the Chrome Web Store
Interval at which the settings file is reloaded.
Open Chrome in fullscreen mode
Begin rotating tabs automatically as soon as Chrome is opened
Load the first two tabs on startup then load subsequent tabs "just in time"
Number of seconds the tab will be displayed
Interval in seconds at which the tab will be reloaded
Set to 0
for no reload
// Automatically reload the settings file from the url provided "enableAutoReload": false
{
"settingsReloadIntervalMinutes": 60,
"fullscreen": true,
"autoStart": false,
"lazyLoadTabs": false,
"websites": [
{
"url": "https://github.com/KevinSheedy/chrome-tab-rotate.git",
"duration": 10,
"tabReloadIntervalSeconds": 120
},
{
"url": "https://chrome.google.com/webstore/detail/tab-rotate/pjgjpabbgnnoohijnillgbckikfkbjed",
"duration": 10,
"tabReloadIntervalSeconds": 180
},
{
"url": "https://ie.linkedin.com/in/kevinsheedy",
"duration": 10,
"tabReloadIntervalSeconds": 240
}
]
}
Support the project by becoming a Patron
Top tier Patrons will be acknowledged here