Super Refresh

One button to refresh all tabs

O que é Super Refresh?

Super Refresh é uma extensão do Chrome desenvolvida por Becky Mason, e sua principal característica é "One button to refresh all tabs".

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

                        Super Refresh refreshes all tabs using one button.

Features:
- Refresh all tabs
- Prevent cache
- Disable website alerts like “Do you want to leave the page”                    

Informações Básicas da Extensão

Nome Super Refresh Super Refresh
ID jfhbiggobcnahlbbmnajejlchndbicpn
URL Oficial https://chrome.google.com/webstore/detail/super-refresh/jfhbiggobcnahlbbmnajejlchndbicpn
Descrição One button to refresh all tabs
Tamanho do Arquivo 78.61 KB
Contagem de Instalações 55
Versão Atual 2.4.5
Última Atualização 2021-01-30
Data de Publicação 2021-01-30
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Becky Mason
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.notion.so/Privacy-policy-Super-Refresh-a053e86bc59046f5a24ef729c85c03bb
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "icons\/inactive.png"
        },
        "default_title": "__MSG_app_name__"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/*.googleapis.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_app_desc__",
    "icons": {
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "manifest_version": 2,
    "name": "__MSG_app_name__",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "version": "2.4.5"
}