Refresh All Tabs

Refresh all tabs, bypassing locally stored cache (aka hard-refresh). That is all.

Co to jest Refresh All Tabs?

Refresh All Tabs to rozszerzenie Chrome opracowane przez Kingston Fung, a jego główną funkcją jest „Refresh all tabs, bypassing locally stored cache (aka hard-refresh). That is all.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Refresh All Tabs

Pobierz pliki rozszerzeń Refresh All Tabs 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

                        Hard refresh all tabs on the active window. No frills, no secrets, no hidden quirks. Just click to refresh your tabs!                    

Podstawowe informacje o rozszerzeniu

Nazwa Refresh All Tabs Refresh All Tabs
ID admnmicookbgmlgijaaonkeeclaoigch
Oficjalny URL https://chromewebstore.google.com/detail/refresh-all-tabs/admnmicookbgmlgijaaonkeeclaoigch
Opis Refresh all tabs, bypassing locally stored cache (aka hard-refresh). That is all.
Rozmiar pliku 19.66 KB
Liczba instalacji 356
Aktualna Wersja 0.0.0.1
Ostatnia Aktualizacja 2023-07-08
Data Publikacji 2020-10-05
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper Kingston Fung
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/kingstonfung/refresh-all-tabs
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Refresh All Tabs",
    "version": "0.0.0.1",
    "manifest_version": 2,
    "description": "Refresh all tabs, bypassing locally stored cache (aka hard-refresh). That is all.",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon128.png",
        "default_title": "Refresh All Tabs"
    },
    "background": {
        "scripts": [
            "js\/refresh-all-tabs.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs"
    ]
}