Cached

Indicates if this response was fetched from disk cache

¿Qué es Cached?

Cached es una extensión de Chrome desarrollada por Unknown, y su función principal es "Indicates if this response was fetched from disk cache".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Cached

Descarga archivos de extensión Cached en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Cached Cached
ID iennkaeaoklnkgiamabcmkjhahmdbelb
URL Oficial https://chromewebstore.google.com/detail/cached/iennkaeaoklnkgiamabcmkjhahmdbelb
Descripción Indicates if this response was fetched from disk cache
Tamaño del Archivo 6.15 KB
Cantidad de Instalaciones 26
Versión Actual 1.0
Última Actualización 2014-07-08
Fecha de Publicación 2014-07-07
Calificación 1.00/5 Total de 1 Calificaciones
Desarrollador Unknown
Tipo de Pago free
Idiomas Soportados 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"
}