Refresh All Tabs
Refresh all tabs, bypassing locally stored cache (aka hard-refresh). That is all.
O que é Refresh All Tabs?
Refresh All Tabs é uma extensão do Chrome desenvolvida por Kingston Fung, e sua principal característica é "Refresh all tabs, bypassing locally stored cache (aka hard-refresh). That is all.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Refresh All Tabs
Baixe arquivos de extensão Refresh All Tabs 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
Hard refresh all tabs on the active window. No frills, no secrets, no hidden quirks. Just click to refresh your tabs!
Informações Básicas da Extensão
Nome | Refresh All Tabs |
ID | admnmicookbgmlgijaaonkeeclaoigch |
URL Oficial | https://chromewebstore.google.com/detail/refresh-all-tabs/admnmicookbgmlgijaaonkeeclaoigch |
Descrição | Refresh all tabs, bypassing locally stored cache (aka hard-refresh). That is all. |
Tamanho do Arquivo | 19.66 KB |
Contagem de Instalações | 356 |
Versão Atual | 0.0.0.1 |
Última Atualização | 2023-07-08 |
Data de Publicação | 2020-10-05 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | Kingston Fung |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/kingstonfung/refresh-all-tabs |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Refresh All Tabs", "version": "0.0.0.1", "manifest_version": 2, "description": "Refresh all tabs, bypassing locally stored cache (aka hard-refresh). That is all.", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": "img\/icon128.png", "default_title": "Refresh All Tabs" }, "background": { "scripts": [ "js\/refresh-all-tabs.js" ], "persistent": false }, "permissions": [ "tabs" ] } |