Super Refresh

One button to refresh all tabs

Cos'è Super Refresh?

Super Refresh è un'estensione di Chrome sviluppata da Becky Mason, e la sua funzione principale è "One button to refresh all tabs".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Super Refresh

Scarica i file di estensione Super Refresh in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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”                    

Informazioni di Base sull'Estensione

Nome Super Refresh Super Refresh
ID jfhbiggobcnahlbbmnajejlchndbicpn
URL Ufficiale https://chrome.google.com/webstore/detail/super-refresh/jfhbiggobcnahlbbmnajejlchndbicpn
Descrizione One button to refresh all tabs
Dimensione del File 78.61 KB
Conteggio Installazioni 55
Versione Corrente 2.4.5
Ultimo Aggiornamento 2021-01-30
Data di Pubblicazione 2021-01-30
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Becky Mason
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.notion.so/Privacy-policy-Super-Refresh-a053e86bc59046f5a24ef729c85c03bb
Lingue Supportate 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"
}