Cache Hit

Shows if cache was HIT or MISS for the current page/resource.

Cos'è Cache Hit?

Cache Hit è un'estensione di Chrome sviluppata da https://jjpmann.com, e la sua funzione principale è "Shows if cache was HIT or MISS for the current page/resource.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Cache Hit

Scarica i file di estensione Cache Hit in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Cache Hit Cache Hit
ID dpbikgdikjegmkpihbiokijjenonebga
URL Ufficiale https://chromewebstore.google.com/detail/cache-hit/dpbikgdikjegmkpihbiokijjenonebga
Descrizione Shows if cache was HIT or MISS for the current page/resource.
Dimensione del File 40.4 KB
Conteggio Installazioni 617
Versione Corrente 1.1.1
Ultimo Aggiornamento 2018-11-06
Data di Pubblicazione 2018-11-06
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://jjpmann.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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:\/\/*\/*"
    ]
}