Super Refresh

One button to refresh all tabs

Co to jest Super Refresh?

Super Refresh to rozszerzenie Chrome opracowane przez Becky Mason, a jego główną funkcją jest „One button to refresh all tabs”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Super Refresh

Pobierz pliki rozszerzeń Super Refresh w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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”                    

Podstawowe informacje o rozszerzeniu

Nazwa Super Refresh Super Refresh
ID jfhbiggobcnahlbbmnajejlchndbicpn
Oficjalny URL https://chrome.google.com/webstore/detail/super-refresh/jfhbiggobcnahlbbmnajejlchndbicpn
Opis One button to refresh all tabs
Rozmiar pliku 78.61 KB
Liczba instalacji 55
Aktualna Wersja 2.4.5
Ostatnia Aktualizacja 2021-01-30
Data Publikacji 2021-01-30
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Becky Mason
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.notion.so/Privacy-policy-Super-Refresh-a053e86bc59046f5a24ef729c85c03bb
Obsługiwane Języki 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"
}