Cache Hit
Shows if cache was HIT or MISS for the current page/resource.
¿Qué es Cache Hit?
Cache Hit es una extensión de Chrome desarrollada por https://jjpmann.com, y su función principal es "Shows if cache was HIT or MISS for the current page/resource.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Cache Hit
Descarga archivos de extensión Cache Hit en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Cache Hit |
ID | dpbikgdikjegmkpihbiokijjenonebga |
URL Oficial | https://chromewebstore.google.com/detail/cache-hit/dpbikgdikjegmkpihbiokijjenonebga |
Descripción | Shows if cache was HIT or MISS for the current page/resource. |
Tamaño del Archivo | 40.4 KB |
Cantidad de Instalaciones | 617 |
Versión Actual | 1.1.1 |
Última Actualización | 2018-11-06 |
Fecha de Publicación | 2018-11-06 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | https://jjpmann.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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:\/\/*\/*" ] } |