Auto Refresh
You can set the period in which the required tab will be refreshed with this extension
O que é Auto Refresh?
Auto Refresh é uma extensão do Chrome desenvolvida por enaumenko1997, e sua principal característica é "You can set the period in which the required tab will be refreshed with this extension".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Auto Refresh
Baixe arquivos de extensão Auto Refresh 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
The best and advanced version of auto refresher for chrome browser. You can manually set a time for website to be refreshed. The extension allows you to choose a tab or multiple tabs you want to be refreshed. You can interact with other tabs while the chosen websites will be refreshed in certain time. Click on the extension icon in right upper corner of chrome browser and you also will see a list of available tabs. Click on the tab, set a refreshment time and done. You can also pause or cancel any tab from being refreshed.
Informações Básicas da Extensão
Nome | Auto Refresh |
ID | ijgebbdlfohiodlmbplfbapleoppbijp |
URL Oficial | https://chromewebstore.google.com/detail/auto-refresh/ijgebbdlfohiodlmbplfbapleoppbijp |
Descrição | You can set the period in which the required tab will be refreshed with this extension |
Tamanho do Arquivo | 21.25 KB |
Contagem de Instalações | 104 |
Versão Atual | 1.0 |
Última Atualização | 2021-02-10 |
Data de Publicação | 2021-02-10 |
Classificação | 3.00/5 Total de 1 Avaliações |
Desenvolvedor | enaumenko1997 |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "\/assets\/js\/refresh_worker.js", "\/assets\/js\/bg.js", "\/assets\/js\/workWithContextMenu.js" ] }, "browser_action": { "default_popup": "index.html", "default_title": "Refresher" }, "description": "You can set the period in which the required tab will be refreshed with this extension", "icons": { "128": "\/assets\/images\/essential_image.png" }, "manifest_version": 2, "name": "Auto Refresh", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';", "permissions": [ "tabs", "storage", " |