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) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย barciajo และคุณลักษณะหลักของมันคือ "A simple Google Chrome extension that shows if a page being served up via a Varnish web accelerator is fresh or not."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Varnish Indicator (forked, improved)
ดาวน์โหลดไฟล์ส่วนขยาย 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) |
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" } |