Super Refresh

Refresh all the tabs! Click on the extension icon or use the keyboard shortcut to reload all open tabs in the current window.

O que é Super Refresh?

Super Refresh é uma extensão do Chrome desenvolvida por Karl Dreher, e sua principal característica é "Refresh all the tabs! Click on the extension icon or use the keyboard shortcut to reload all open tabs in the current window.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Super Refresh

Baixe arquivos de extensão Super 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

                        Either click the extension icon, or use the keyboard shortcut (default: Ctrl-Shift-5) to refresh all tabs in the open window. As of version 1.1.1 you are able to set options for the extension:

Include Tabs with Audio (default: Off): This setting allows refreshing only tabs that are not audible. Refresh your tabs while not interrupting your music!

Always bypass cache (default: Off): Control whether you want to bypass cache whenever Super Refresh is invoked.                    

Informações Básicas da Extensão

Nome Super Refresh Super Refresh
ID dacnjaopeolhngffkagipnnlilhlmkhg
URL Oficial https://chromewebstore.google.com/detail/super-refresh/dacnjaopeolhngffkagipnnlilhlmkhg
Descrição Refresh all the tabs! Click on the extension icon or use the keyboard shortcut to reload all open tabs in the current window.
Tamanho do Arquivo 17.54 KB
Contagem de Instalações 30
Versão Atual 1.1.1
Última Atualização 2021-05-16
Data de Publicação 2021-01-26
Classificação 4.50/5 Total de 2 Avaliações
Desenvolvedor Karl Dreher
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/karldreher/Super-Refresh
URL da Página de Ajuda https://github.com/karldreher/Super-Refresh/issues
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Super Refresh",
    "version": "1.1.1",
    "description": "Refresh all the tabs!  Click on the extension icon or use the keyboard shortcut to reload all open tabs in the current window.",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "commands": {
        "refreshAll": {
            "suggested_key": {
                "default": "Shift+Ctrl+5"
            },
            "description": "Refresh all the tabs!"
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "storage"
    ]
}