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."입니다.
확장 프로그램 스크린샷
Varnish Indicator (forked, improved) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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) |
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" } |