Cache Hit
Shows if cache was HIT or MISS for the current page/resource.
O que é Cache Hit?
Cache Hit é uma extensão do Chrome desenvolvida por https://jjpmann.com, e sua principal característica é "Shows if cache was HIT or MISS for the current page/resource.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Cache Hit
Baixe arquivos de extensão Cache Hit no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Cache Hit |
ID | dpbikgdikjegmkpihbiokijjenonebga |
URL Oficial | https://chromewebstore.google.com/detail/cache-hit/dpbikgdikjegmkpihbiokijjenonebga |
Descrição | Shows if cache was HIT or MISS for the current page/resource. |
Tamanho do Arquivo | 40.4 KB |
Contagem de Instalações | 617 |
Versão Atual | 1.1.1 |
Última Atualização | 2018-11-06 |
Data de Publicação | 2018-11-06 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://jjpmann.com |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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:\/\/*\/*" ] } |