Cache Hit
Shows if cache was HIT or MISS for the current page/resource.
Hvad er Cache Hit?
Cache Hit er en Chrome-udvidelse udviklet af https://jjpmann.com, og dens hovedfunktion er "Shows if cache was HIT or MISS for the current page/resource.".
Udvidelsesskærmbilleder
Download Cache Hit-udvidelses-CRX-fil
Download Cache Hit-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Cache Hit |
ID | dpbikgdikjegmkpihbiokijjenonebga |
Officiel URL | https://chromewebstore.google.com/detail/cache-hit/dpbikgdikjegmkpihbiokijjenonebga |
Beskrivelse | Shows if cache was HIT or MISS for the current page/resource. |
Filstørrelse | 40.4 KB |
Antal Installationer | 617 |
Nuværende Version | 1.1.1 |
Senest Opdateret | 2018-11-06 |
Udgivelsesdato | 2018-11-06 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | https://jjpmann.com |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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:\/\/*\/*" ] } |