No Cache

Ensure that you see your page without client and server caches

Co to jest No Cache?

No Cache to rozszerzenie Chrome opracowane przez Roman Hlushko, a jego główną funkcją jest „Ensure that you see your page without client and server caches”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia No Cache

Pobierz pliki rozszerzeń No Cache 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

                        Take cache cleaning to the next level! 

No Cache Extension helps to remove server FPC and browser caches by pushing one single button 🔥                    

Podstawowe informacje o rozszerzeniu

Nazwa No Cache No Cache
ID imcbegkljmmdaacgnepdhpnlijgpcpbi
Oficjalny URL https://chromewebstore.google.com/detail/no-cache/imcbegkljmmdaacgnepdhpnlijgpcpbi
Opis Ensure that you see your page without client and server caches
Rozmiar pliku 18.36 KB
Liczba instalacji 170
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2020-03-31
Data Publikacji 2020-03-31
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Roman Hlushko
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/roma-glushko/no-cache-extension
Adres URL Strony Pomocy https://github.com/roma-glushko/no-cache-extension
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "No Cache",
    "version": "1.0",
    "description": "Ensure that you see your page without client and server caches",
    "browser_action": {
        "default_title": "No Cache!"
    },
    "icons": {
        "120": "\/images\/icon-120.png"
    },
    "background": {
        "scripts": [
            "actions.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "browsingData",
        "contextMenus"
    ]
}