Auto Reload Page
Keep reloading page automatically!
Wat is Auto Reload Page?
Auto Reload Page is een Chrome-extensie ontwikkeld door SocialWorker, en de belangrijkste functie is "Keep reloading page automatically!".
Extensie Screenshots
Download het CRX-bestand van de extensie Auto Reload Page
Download Auto Reload Page-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Free yourself from clicking refresh button again and again, thanks to the Auto Reload Page extension! The extension comes handy when you want to keep refreshing a webpage at regular intervals, be it for checking status or something or keeping an eye on progress of your favourite sports' event! - Reload chrome tab at the certain specified time interval - Reloads stick to the tab and not the website, so even you change the URL, reloads keep happening as long as it is active in the tab - Reloads keep working even when you pull the tab out to a new window
Basisinformatie over de Extensie
Naam | Auto Reload Page |
ID | cggooibcfafefodnecpcbgiebbjjpnpb |
Officiële URL | https://chromewebstore.google.com/detail/auto-reload-page/cggooibcfafefodnecpcbgiebbjjpnpb |
Beschrijving | Keep reloading page automatically! |
Bestandsgrootte | 25.42 KB |
Aantal Installaties | 212 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2020-10-13 |
Publicatiedatum | 2020-10-07 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | SocialWorker |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/sushrut111/chrome-tab-reloader |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Reload Page", "version": "1.1", "icons": { "128": "icon.png" }, "description": "Keep reloading page automatically!", "permissions": [ "storage", "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 2 } |