Auto Reload Page
Keep reloading page automatically!
Co je Auto Reload Page?
Auto Reload Page je rozšíření Chrome vyvinuté SocialWorker, a jeho hlavní funkcí je „Keep reloading page automatically!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Auto Reload Page
Stáhněte si soubory rozšíření Auto Reload Page ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Auto Reload Page |
ID | cggooibcfafefodnecpcbgiebbjjpnpb |
Oficiální URL | https://chromewebstore.google.com/detail/auto-reload-page/cggooibcfafefodnecpcbgiebbjjpnpb |
Popis | Keep reloading page automatically! |
Velikost souboru | 25.42 KB |
Počet instalací | 212 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2020-10-13 |
Datum Vydání | 2020-10-07 |
Hodnocení | 3.67/5 Celkem 3 Hodnocení |
Vývojář | SocialWorker |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/sushrut111/chrome-tab-reloader |
Podporované Jazyky | 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 } |