Cache Hit
Shows if cache was HIT or MISS for the current page/resource.
What is Cache Hit?
Cache Hit is a Chrome extension developed by https://jjpmann.com, and its main feature is "Shows if cache was HIT or MISS for the current page/resource.".
Extension Screenshots
Download Cache Hit Extension CRX File
Download Cache Hit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Shows if cache was HIT or MISS for the current page/resource. Will check the following headers to determine a match. Proxy: * x-cache * x-fastcgi-cache * varnish-cache * cf-cache-status CMS: * x-drupal-cache * x-ee-cache
Extension Basic Information
Name | Cache Hit |
ID | dpbikgdikjegmkpihbiokijjenonebga |
Official URL | https://chromewebstore.google.com/detail/cache-hit/dpbikgdikjegmkpihbiokijjenonebga |
Description | Shows if cache was HIT or MISS for the current page/resource. |
File Size | 40.4 KB |
Installation Count | 617 |
Current Version | 1.1.1 |
Last Updated | 2018-11-06 |
Publish Date | 2018-11-06 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://jjpmann.com |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cache Hit", "description": "Shows if cache was HIT or MISS for the current page\/resource.", "author": "Jerry Price", "version": "1.1.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html", "default_title": "checking...." }, "background": { "scripts": [ "bg.js" ] }, "permissions": [ "webRequest", "webNavigation", "http:\/\/*\/*", "https:\/\/*\/*" ] } |