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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple Google Chrome extension that shows if a page being served up via a Varnish web accelerator is fresh or not."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Varnish Indicator (forked, improved) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } |