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.

Qu'est-ce que Varnish Indicator (forked, improved) ?

Varnish Indicator (forked, improved) est une extension Chrome développée par barciajo, et sa fonction principale est "A simple Google Chrome extension that shows if a page being served up via a Varnish web accelerator is fresh or not.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Varnish Indicator (forked, improved)

Téléchargez les fichiers d'extension Varnish Indicator (forked, improved) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Varnish Indicator (forked, improved) Varnish Indicator (forked, improved)
ID cecjclajledipahfcbkcajegnbmpnbco
URL Officiel https://chromewebstore.google.com/detail/varnish-indicator-forked/cecjclajledipahfcbkcajegnbmpnbco
Description A simple Google Chrome extension that shows if a page being served up via a Varnish web accelerator is fresh or not.
Taille du Fichier 28.68 KB
Nombre d'Installations 333
Version Actuelle 1.0.0
Dernière Mise à Jour 2013-08-06
Date de Publication 2013-08-06
Évaluation 3.80/5 Total 5 Évaluations
Développeur barciajo
Type de Paiement free
Site Web de l'Extension https://github.com/jbarciauskas/varnish-inspector
Langues Prises en Charge 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"
}