Super Refresh

One button to refresh all tabs

Wat is Super Refresh?

Super Refresh is een Chrome-extensie ontwikkeld door Becky Mason, en de belangrijkste functie is "One button to refresh all tabs".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Super Refresh

Download Super Refresh-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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”                    

Basisinformatie over de Extensie

Naam Super Refresh Super Refresh
ID jfhbiggobcnahlbbmnajejlchndbicpn
Officiële URL https://chrome.google.com/webstore/detail/super-refresh/jfhbiggobcnahlbbmnajejlchndbicpn
Beschrijving One button to refresh all tabs
Bestandsgrootte 78.61 KB
Aantal Installaties 55
Huidige Versie 2.4.5
Laatst Bijgewerkt 2021-01-30
Publicatiedatum 2021-01-30
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Becky Mason
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.notion.so/Privacy-policy-Super-Refresh-a053e86bc59046f5a24ef729c85c03bb
Ondersteunde Talen 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"
}