Reload Tabs
Reload all Chrome tabs, including the ones that are frozen by Great Suspender
O que é Reload Tabs?
Reload Tabs é uma extensão do Chrome desenvolvida por https://ephrain.pixnet.net, e sua principal característica é "Reload all Chrome tabs, including the ones that are frozen by Great Suspender".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Reload Tabs
Baixe arquivos de extensão Reload 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
Reload all Chrome tabs at once. This extension can also resume the tabs that are frozen by Great Suspender (https://chrome.google.com/webstore/detail/the-great-suspender/klbibkeccnjlkjkiokjodocebajanakg), which is a great chrome extension to help freeze inactive chrome tabs to release system resources.
Informações Básicas da Extensão
Nome | Reload Tabs |
ID | inhimoldpmckkeohhdkccpnpbpdfaple |
URL Oficial | https://chromewebstore.google.com/detail/reload-tabs/inhimoldpmckkeohhdkccpnpbpdfaple |
Descrição | Reload all Chrome tabs, including the ones that are frozen by Great Suspender |
Tamanho do Arquivo | 14.43 KB |
Contagem de Instalações | 793 |
Versão Atual | 1.0 |
Última Atualização | 2014-09-24 |
Data de Publicação | 2014-09-24 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | https://ephrain.pixnet.net |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://ephrain.net/%E5%9C%96%E6%9B%B8%E9%A4%A8%E5%A4%9A%E9%87%8D%E5%B8%B3%E6%88%B6%E7%99%BB%E5%85%A5 |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reload Tabs", "description": "Reload all Chrome tabs, including the ones that are frozen by Great Suspender", "version": "1.0", "permissions": [ "tabs" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |