Clear & Reload

Wipe browser dumps and reloads current tab to perform cache free operations.

Co to jest Clear & Reload?

Clear & Reload to rozszerzenie Chrome opracowane przez Sabarish Srinivasan, a jego główną funkcją jest „Wipe browser dumps and reloads current tab to perform cache free operations.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Clear & Reload

Pobierz pliki rozszerzeń Clear & Reload 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

                        Simple extension help you to clear Caches,Cookies,History and Download history and much more. Also, it reloads the current tab after clearing to make developers/testers to test the application quickly without any cache holding problems.                    

Podstawowe informacje o rozszerzeniu

Nazwa Clear & Reload Clear & Reload
ID bjliapfodonnhhonikmjgpjnophbmalk
Oficjalny URL https://chromewebstore.google.com/detail/clear-reload/bjliapfodonnhhonikmjgpjnophbmalk
Opis Wipe browser dumps and reloads current tab to perform cache free operations.
Rozmiar pliku 21.68 KB
Liczba instalacji 271
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2020-05-06
Data Publikacji 2020-05-06
Ocena 4.67/5 Łącznie 3 Oceny
Deweloper Sabarish Srinivasan
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clear & Reload",
    "version": "1.0.2",
    "description": "Wipe browser dumps and reloads current tab to perform cache free operations.",
    "browser_action": {
        "default_icon": "icons\/icon128.png"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "browsingData"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}