Varnish Indicator (forked, improved)

A simple Google Chrome extension that shows if a page being served up via a Varnish web accelerator is fresh or not.

Co to jest Varnish Indicator (forked, improved)?

Varnish Indicator (forked, improved) to rozszerzenie Chrome opracowane przez barciajo, a jego główną funkcją jest „A simple Google Chrome extension that shows if a page being served up via a Varnish web accelerator is fresh or not.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Varnish Indicator (forked, improved)

Pobierz pliki rozszerzeń Varnish Indicator (forked, improved) 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

                        This is a fork from https://github.com/deizel/varnish-inspector, so he deserves much of the credit. I've improved this to work with different flavors of Varnish (the original had a dependency on the order of headers). In particular, I've been testing this with Fastly, a CDN that uses Varnish under the hood.                    

Podstawowe informacje o rozszerzeniu

Nazwa Varnish Indicator (forked, improved) Varnish Indicator (forked, improved)
ID cecjclajledipahfcbkcajegnbmpnbco
Oficjalny URL https://chromewebstore.google.com/detail/varnish-indicator-forked/cecjclajledipahfcbkcajegnbmpnbco
Opis A simple Google Chrome extension that shows if a page being served up via a Varnish web accelerator is fresh or not.
Rozmiar pliku 28.68 KB
Liczba instalacji 333
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2013-08-06
Data Publikacji 2013-08-06
Ocena 3.80/5 Łącznie 5 Oceny
Deweloper barciajo
Typ Płatności free
Strona Rozszerzenia https://github.com/jbarciauskas/varnish-inspector
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A simple Google Chrome extension that shows if a page being served up via a Varnish web accelerator is fresh or not.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/button_gray.png"
    },
    "icons": {
        "16": "img\/icon_small.png",
        "48": "img\/icon_medium.png",
        "128": "img\/icon_large.png"
    },
    "manifest_version": 2,
    "name": "Varnish Indicator (forked, improved)",
    "permissions": [
        "webRequest",
        "webNavigation",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "minimum_chrome_version": "17",
    "version": "1.0.0"
}