Cache Hit
Shows if cache was HIT or MISS for the current page/resource.
Wat is Cache Hit?
Cache Hit is een Chrome-extensie ontwikkeld door https://jjpmann.com, en de belangrijkste functie is "Shows if cache was HIT or MISS for the current page/resource.".
Extensie Screenshots
Download het CRX-bestand van de extensie Cache Hit
Download Cache Hit-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Cache Hit |
ID | dpbikgdikjegmkpihbiokijjenonebga |
Officiële URL | https://chromewebstore.google.com/detail/cache-hit/dpbikgdikjegmkpihbiokijjenonebga |
Beschrijving | Shows if cache was HIT or MISS for the current page/resource. |
Bestandsgrootte | 40.4 KB |
Aantal Installaties | 617 |
Huidige Versie | 1.1.1 |
Laatst Bijgewerkt | 2018-11-06 |
Publicatiedatum | 2018-11-06 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://jjpmann.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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:\/\/*\/*" ] } |