Refresh all windows

This will refresh all tabs in all windows.

O que é Refresh all windows?

Refresh all windows é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "This will refresh all tabs in all windows.".

Baixar o arquivo CRX da Extensão Refresh all windows

Baixe arquivos de extensão Refresh all windows 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

                        Refresh all tabs in all windows at once.                    

Informações Básicas da Extensão

Nome Refresh all windows Refresh all windows
ID jbmkeloifnkohclofiomelojjgpdjjcp
URL Oficial https://chromewebstore.google.com/detail/refresh-all-windows/jbmkeloifnkohclofiomelojjgpdjjcp
Descrição This will refresh all tabs in all windows.
Tamanho do Arquivo 7.98 KB
Contagem de Instalações 1,107
Versão Atual 1.0
Última Atualização 2017-06-21
Data de Publicação 2017-06-20
Classificação 4.50/5 Total de 6 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Refresh all windows",
    "description": "This will refresh all tabs in all windows.",
    "version": "1.0",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Refresh all tabs in all windows!"
    },
    "permissions": [
        "tabs",
        "windows"
    ]
}