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) là gì?

Varnish Indicator (forked, improved) là một tiện ích mở rộng Chrome được phát triển bởi barciajo, và tính năng chính của nó là "A simple Google Chrome extension that shows if a page being served up via a Varnish web accelerator is fresh or not.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Varnish Indicator (forked, improved)

Tải xuống các tệp mở rộng Varnish Indicator (forked, improved) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Varnish Indicator (forked, improved) Varnish Indicator (forked, improved)
ID cecjclajledipahfcbkcajegnbmpnbco
URL Chính Thức https://chromewebstore.google.com/detail/varnish-indicator-forked/cecjclajledipahfcbkcajegnbmpnbco
Mô tả A simple Google Chrome extension that shows if a page being served up via a Varnish web accelerator is fresh or not.
Kích Thước Tệp 28.68 KB
Số Lần Cài Đặt 333
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2013-08-06
Ngày Phát Hành 2013-08-06
Đánh Giá 3.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển barciajo
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jbarciauskas/varnish-inspector
Ngôn Ngữ Được Hỗ Trợ 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"
}