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.
Wat is Varnish Indicator (forked, improved)?
Varnish Indicator (forked, improved) is een Chrome-extensie ontwikkeld door barciajo, en de belangrijkste functie is "A simple Google Chrome extension that shows if a page being served up via a Varnish web accelerator is fresh or not.".
Extensie Screenshots
Download het CRX-bestand van de extensie Varnish Indicator (forked, improved)
Download Varnish Indicator (forked, improved)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | cecjclajledipahfcbkcajegnbmpnbco |
| Officiële URL | https://chromewebstore.google.com/detail/varnish-indicator-forked/cecjclajledipahfcbkcajegnbmpnbco |
| Beschrijving | A simple Google Chrome extension that shows if a page being served up via a Varnish web accelerator is fresh or not. |
| Bestandsgrootte | 28.68 KB |
| Aantal Installaties | 333 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2013-08-06 |
| Publicatiedatum | 2013-08-06 |
| Beoordeling | 3.80/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | barciajo |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/jbarciauskas/varnish-inspector |
| Ondersteunde Talen | 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"
} | |