Auto Reload Page
Keep reloading page automatically!
O que é Auto Reload Page?
Auto Reload Page é uma extensão do Chrome desenvolvida por SocialWorker, e sua principal característica é "Keep reloading page automatically!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Auto Reload Page
Baixe arquivos de extensão Auto Reload Page no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Auto Reload Page |
ID | cggooibcfafefodnecpcbgiebbjjpnpb |
URL Oficial | https://chromewebstore.google.com/detail/auto-reload-page/cggooibcfafefodnecpcbgiebbjjpnpb |
Descrição | Keep reloading page automatically! |
Tamanho do Arquivo | 25.42 KB |
Contagem de Instalações | 212 |
Versão Atual | 1.1 |
Última Atualização | 2020-10-13 |
Data de Publicação | 2020-10-07 |
Classificação | 3.67/5 Total de 3 Avaliações |
Desenvolvedor | SocialWorker |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/sushrut111/chrome-tab-reloader |
Idiomas Suportados | 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 } |