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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } |