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.

什么是Varnish Indicator (forked, improved)?

Varnish Indicator (forked, improved)是由barciajo开发的Chrome扩展程序,该扩展的主要功能是“A simple Google Chrome extension that shows if a page being served up via a Varnish web accelerator is fresh or not.”。

扩展截图

screenshot

下载Varnish Indicator (forked, improved)扩展crx文件

下载Varnish Indicator (forked, improved)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Varnish Indicator (forked, improved) Varnish Indicator (forked, improved)
ID cecjclajledipahfcbkcajegnbmpnbco
官方URL https://chromewebstore.google.com/detail/varnish-indicator-forked/cecjclajledipahfcbkcajegnbmpnbco
简介 A simple Google Chrome extension that shows if a page being served up via a Varnish web accelerator is fresh or not.
文件大小 28.68 KB
安装次数 333
当前版本 1.0.0
更新时间 2013-08-06
上架时间 2013-08-06
评分 3.80/5 共5次评分
开发者 barciajo
付费类型 free
扩展官网 https://github.com/jbarciauskas/varnish-inspector
支持的语言 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"
}