Cached

Indicates if this response was fetched from disk cache

Cos'è Cached?

Cached è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Indicates if this response was fetched from disk cache".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Cached

Scarica i file di estensione Cached 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

                        Cached
======

On pages for which the requested URL in the title bar was fetched from the disk cache, an icon will be placed at the right hand side of the omnibox (url bar).  Clicking on that icon will bring you to the cache-view page for that url.

The source is very simple, and available at https://github.com/snyamathi/cached                    

Informazioni di Base sull'Estensione

Nome Cached Cached
ID iennkaeaoklnkgiamabcmkjhahmdbelb
URL Ufficiale https://chromewebstore.google.com/detail/cached/iennkaeaoklnkgiamabcmkjhahmdbelb
Descrizione Indicates if this response was fetched from disk cache
Dimensione del File 6.15 KB
Conteggio Installazioni 26
Versione Corrente 1.0
Ultimo Aggiornamento 2014-07-08
Data di Pubblicazione 2014-07-07
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Suneil Nyamathi",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Indicates if this response was fetched from disk cache",
    "manifest_version": 2,
    "name": "Cached",
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "Cached"
    },
    "permissions": [
        "",
        "tabs",
        "webRequest"
    ],
    "short_name": "Cached",
    "version": "1.0"
}